Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #647260

    In the footer I have the Enfold Latest Portfolio widget, right next to a Pages widget that displays the main menu of my site. If you take a look at my site, you can see that the formatting for the Enfold Latest Portfolio content is quite different from the Pages content. (The text is a different size and weight, there is a different spacing in between the links, and the hover effects I’ve set don’t apply.) How can I conform this text in the Latest Portfolio section to be the same as my Pages menu? Thank you

    • This topic was modified 8 years, 5 months ago by mosaic.
    #647305

    Hey kieranvyas,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #footer .news-headline {
        font-weight: normal!important;
        font-size: 12px!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 5 months ago by Vinay.
    #647308

    Hi, thanks a lot, that deals with the font size and weight perfectly. How can I now make it so that the spacing between the links is the same and also that they have the same hover effects as the navigation menu beside it?

    #647795

    Hi,

    Please try the following as well:

    #footer .news-headline:hover {
        color: #a3a3a3 !important;
        text-decoration: underline !important;
    }

    Best regards,
    Rikard

    #647893

    Great! That’s everything except for the spacing. The only thing left to fix is the spacing between links, they are not the same as the menu to the left.

    • This reply was modified 8 years, 5 months ago by mosaic.
    #648405

    Hi,

    Try this as well:

    #footer .news-content {
        padding: 0px 0 3px 0 !important;
    }

    Regards,
    Rikard

    #648846

    Perfect! Thank you

    #648876

    Hey!

    Glad it got it short out.
    Please let us know if we can do anything else for you, would be more than happy to assist.

    Best regards,
    Basilis

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