-
Posted a reply to Change main text and citation colors – virtue theme, on the site WordPress.org Forums:
That's awesome! :) -
Posted a reply to make hover states show permanently, on the site WordPress.org Forums:
You're welcome! :) -
Posted a reply to CSS for the slider’s transparency background, on the site WordPress.org Forums:
You're welcome! -
Posted a reply to CSS for the slider’s transparency background, on the site WordPress.org Forums:
Hi, Try this CSS: .carousel-caption { background: rgba(0,0,0,.5); } Increase/decrease .5 value to make it… -
Posted a reply to make hover states show permanently, on the site WordPress.org Forums:
Hi, It seems that they're using opacity to hide the description. Thus try to turn… -
Posted a reply to Removing “For Reservation Call : 1.888.222.5847”, on the site WordPress.org Forums:
Hi, If you would like to remove just “For Reservation Call : 1.888.222.5847”, try this… -
Posted a reply to leaf?, on the site WordPress.org Forums:
Glad it helped :) -
Posted a reply to My logo at top of site, on the site WordPress.org Forums:
Hi, You can achieve it by injecting a bit of jQuery code: jQuery(document).ready(function( $ ){… -
Posted a reply to leaf?, on the site WordPress.org Forums:
Re: removing the leaf Hi, You can remove the leaf (and add a bottom line)… -
Posted a reply to Change main text and citation colors – virtue theme, on the site WordPress.org Forums:
Re: font size The titles of widgets are wrapped in H3 headings; thus you should… -
Posted a reply to Change main text and citation colors – virtue theme, on the site WordPress.org Forums:
Hi, Re: color Try to force the white color by adding this code under "Advanced… -
Posted a reply to [OnePress] How do I add additional text (e-mail address) near the menu?, on the site WordPress.org Forums:
Hi, I tried the stacking icons method, but it doesn't look any nicer - I… -
Posted a reply to [OnePress] Unable to change font-weight in menu text, on the site WordPress.org Forums:
Hi, I just fund this: "Common fonts like Arial, Helvetica, Georgia, etc. do not have… -
Posted a reply to [OnePress] Unable to change font-weight in menu text, on the site WordPress.org Forums:
Hi, Do you still need help with that topic? BTW, to make the font italic… -
Posted a reply to [OnePress] How do I add additional text (e-mail address) near the menu?, on the site WordPress.org Forums:
Hi, I'm not sure if you still need help with this, but here is a… -
Posted a reply to [OnePress] Unable to change font-weight in menu text, on the site WordPress.org Forums:
That could be due to "CSS Specificity", which means that other CSS in the theme… -
Posted a reply to [OnePress] How do I add additional text (e-mail address) near the menu?, on the site WordPress.org Forums:
Glad it helped! :) Regarding the font awesome you can add it via CSS: .onepress-menu… -
Posted a reply to [OnePress] Unable to change font-weight in menu text, on the site WordPress.org Forums:
Hi, Isn't the menu font already 600 by default? Maybe try 700, 800 or 900.… -
Posted a reply to [OnePress] How do I add additional text (e-mail address) near the menu?, on the site WordPress.org Forums:
Hi, Add it as a menu item: 1. Go to your menu in Appearance /… -
Posted a reply to Page Title Font Size, on the site WordPress.org Forums:
Hi, Try adding this CSS code: .hentry .title-post { font-size: 70px; } Hope it helps,…