Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #875124

    Hello dear support team.

    I am trying to change color of the text of my blog posts only on my homepage, but without success..
    I’ve activated the custom CSS tag, gave my blog item the name #blog_landing.
    Then on my CSS area, I put:

    #blog_landing {
    color: white;
    }
    (just for testing the feature) however it doesn’t work, as seen here (the first “Upcoming Events” section)

    What am I missing?

    Thanks in advance,
    Elad.

    #875616

    Hey VJLoops-GT,
    The color was set to green in that section, Try this code in the General Styling > Quick CSS field:

    .html_entry_id_10 #av_section_4,.html_entry_id_10 #av_section_4 a {color: #e6d2b5 !important; }

    I didn’t find #blog_landing on that page.
    Please clear site and browser cache.

    Best regards,
    Mike

    #875626

    Hey,

    I removed the #blog_landing since it didn’t work for me…what did I miss?

    With your code it works perfectly,
    How would I apply it to another section if needed?

    Thanks in advance Mike, your support is wonderful!

    Elad.

    #875629

    Hi,
    Perhaps if you had used !important; at the end of your rule like I did, it may have worked. It’s hard to tell at this point. If you try again in the future and it doesn’t work we will be happy to help.

    Best regards,
    Mike

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