-
AuthorPosts
-
July 9, 2017 at 3:19 pm #818388
Hello, I’ m using enfold theme and I want to set the italic type as title in footer section. How can I do this?
July 9, 2017 at 4:55 pm #818407Hey 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,
MikeJuly 9, 2017 at 5:06 pm #818414Yes, I mean the widget titles. Ι can’t include the url, because I create the site in localhost
July 9, 2017 at 6:34 pm #818433Hi,
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,
SarahJuly 9, 2017 at 6:44 pm #818439Ι’ts done! Thanks a lot. How can I do this fot the menu item?
July 9, 2017 at 7:29 pm #818444Hi,
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,
SarahJuly 10, 2017 at 6:19 pm #818916Yes I mean the item of main menu. But your code didn’t work
July 10, 2017 at 6:50 pm #818930Hi,
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,
SarahJuly 10, 2017 at 6:55 pm #818934Ι can’t include the url, because I create the site in localhost. This code must to add in quick css?
July 10, 2017 at 6:56 pm #818935Hi,
Yes, it should work in Quick CSS.
Can you at least show us a screenshot of your site?
Best regards,
SarahJuly 10, 2017 at 7:04 pm #818941How can I send a screenshot. I can’t to find the choice of uploading an attachment
July 11, 2017 at 2:48 am #819060Hi,
Please try using https://postimages.org/ and pasting the image URL in your post.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.
