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

    Hi,

    My footer font color is not updating with changes.

    I have set it to #ff5c61 in Enfold Theme Options > General Styling > Footer > Footer Heading color

    However it remains as #007A87

    Please let me know how I am able to change this

    #547865

    Hi eviang,

    We will need a URL as well to be able to log in.

    Best regards,
    Rikard

    #548248

    Please see Private Content.

    Please can you also let me know if its possible to remove the date / time-stamp data underneath the blog post topic too.

    Thank you.

    #548387

    Hi!

    use the following to remove the time

    .news-time {
    display: none;
    }

    Let us know if you have any questions about that.

    Best regards,
    Basilis

    #548474

    Thanks Basilis.

    Worked great!

    I was still keen to edit the font color of the title however could not see anywhere where this was possible, and all my previous attempts have failed. Can you let me know where I am able to specify a color change for this?

    Thanks.

    #548597

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #wrap_all .footer_color h3 {
    color:#ff5c61 !important;
    }

    Regards,
    Rikard

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