Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1086577

    Working on a demo website for a client, and need to customize blog post links in Footer, text coming in in default color and need to change that to White?

    Please advise

    #1086866

    Hey dexdesigns,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .news-link strong.news-headline {
        color: white;
    }

    Best regards,
    Nikko

    #1086908

    Thanks Nikko, it works

    Can I also remove featured images from this list?

    #1086918

    Hi dexdesigns,

    Yes, just add this css code:

    #top .news-link .news-thumb {
        display: none;
    }

    Best regards,
    Nikko

    #1086928

    Thanks, it works

    Best Nikko

    #1086980

    Hi dexdesigns,

    Glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modifying Footer Page’ is closed to new replies.