Hello, I’ m using enfold theme and I want to set the italic type as title in footer section. How can I do this?
Hey troupdim,
Do you mean you want widget titles to be italic?
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Yes, I mean the widget titles. Ι can’t include the url, because I create the site in localhost
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .widgettitle {font-style: italic;}
Let us know if you need further help!
Best regards,
Sarah
Ι’ts done! Thanks a lot. How can I do this fot the menu item?
Hi,
Did you mean items in the main menu?
You can use this:
.header_color .main_menu ul:first-child > li > a { font-style: italic; }
Best regards,
Sarah
Yes I mean the item of main menu. But your code didn’t work
Hi,
Can you try it with the !important rule?
.header_color .main_menu ul:first-child > li > a { font-style: italic !important; }
If that still doesn’t work, please provide us with a link to the site in question so that we can take a closer look.
Best regards,
Sarah
Ι can’t include the url, because I create the site in localhost. This code must to add in quick css?
Hi,
Yes, it should work in Quick CSS.
Can you at least show us a screenshot of your site?
Best regards,
Sarah
How can I send a screenshot. I can’t to find the choice of uploading an attachment
Hi,
Please try using https://postimages.org/ and pasting the image URL in your post.
Best regards,
Mike