Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #818407

    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

    #818414

    Yes, I mean the widget titles. Ι can’t include the url, because I create the site in localhost

    #818433

    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

    #818439

    Ι’ts done! Thanks a lot. How can I do this fot the menu item?

    #818444

    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

    #818916

    Yes I mean the item of main menu. But your code didn’t work

    #818930

    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

    #818934

    Ι can’t include the url, because I create the site in localhost. This code must to add in quick css?

    #818935

    Hi,

    Yes, it should work in Quick CSS.

    Can you at least show us a screenshot of your site?

    Best regards,
    Sarah

    #818941

    How can I send a screenshot. I can’t to find the choice of uploading an attachment

    #819060

    Hi,
    Please try using https://postimages.org/ and pasting the image URL in your post.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.