Site logo

[Resolved] Read More Container – Edit color?

Home Forums Support [Resolved] Read More Container – Edit color?

Home Forums Support Read More Container – Edit color?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1024711
    Carol

    I want to edit the “read-more-container” in the Marketer template, and assign color #00C83B

    Where can I do that?

    Thank you!

    #1024782
    Leo
    Staff
    Customer Support

    Hi there,

    Would changing the background color in Customizer > Color > Content work for you?

    Let me know 🙂

    #1024834
    Carol

    No, there is no option to customize font color of just that one element…

    I guess I’ll try to use CSSHero plugin.

    Thanks anyway.

    #1024841
    Leo
    Staff
    Customer Support

    Ahh you are trying to change the read more link?

    If so try this CSS:

    .inside-article a.read-more, .inside-article a.read-more:visited {
        color: #00C83B;
    }

    Don’t use CSSHero yet.

    #1025214
    Carol

    Yes, that worked!! Thank you so much!!

    #1025423
    Leo
    Staff
    Customer Support

    No problem 🙂

    #1026456
    Carol

    Had this set to “Resolved” but something went wonky with this — color is not green anymore.

    It shows blue.

    The CSS code is:

    a.read-more {
    color: #00C83B;
    font-weight: 600;
    font-size: 15px;
    }

    The problem may be that I have color set to blue for link under customizing content.

    However, when this CSS code was first introduced, it did show up as green.

    Now it doesn’t.

    What do you see?

    In preview in customizer in WP, it shows green.

    On page it shows blue, but flashes green when you hover.

    I cleared browser cache and also cache on my hosting.

    Thank you.

    Carol

    X80Ws+031v45

    #1026464
    Leo
    Staff
    Customer Support
    #1026474
    Carol

    PERFECT!

    Thank you so much!

    🙂

    #1026475
    Leo
    Staff
    Customer Support

    No problem 🙂

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