[Resolved] SideBar Font Change

Home Forums Support [Resolved] SideBar Font Change

Home Forums Support SideBar Font Change

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

    Hello

    How can I change the font color and link color within sidebar only?

    Noted: I want to change only the 2nd widget’s font color in my site.

    And Is there any way to change the link color and link color hover within text content? I already tried with Customizer>Color option. But it also change the hyperlink color within comparison table which I don’t want to change.

    Thanks

    #985347
    Leo
    Staff
    Customer Support

    Hi there,

    So just for the recent posts widget?

    If so try this CSS:

    .sidebar .recent-posts-extended a {
        color: #000000;
    }
    .sidebar .recent-posts-extended a:hover {
        color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #985372
    Jahid

    Thank you so much, Leo!

    That’s what I wanted.

    BTW, is there any way to solve the 2nd issue? As now I see button text and comparison table’s button color is changing when hovering the mouse. Is there any way to stop this. I want to keep it unchangeable.

    Thanks Again

    #985870
    Leo
    Staff
    Customer Support

    Try this as well:

    a.tcb-button-link:hover {
        color: #ffffff;
    }
    #986761
    Jahid

    Thank you very much, Leo!

    That’s what I was looking for.

    #986783
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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