Change Sidebar Colors

Homepage Community Forums Epik Theme Support Change Sidebar Colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22703
    Greg
    Customer

      Hello,

      I’d like to change the sidebar header and link colors – see the sidebar here: https://kettlebellsworkouts.com/blog/

      Is it possible to change these without changing the link colors throughout the entire website?

      If so I’d like the headers to be in the light blue and links in the black, so the reverse of what they are now.

      I really hope you can help.

      Greg
      https://kettlebellsworkouts.com/blog/

      #22709
      Wes
      Moderator

        Are you referring to the Titles in the sidebar? If so you can add this to your CSS –

        .sidebar .widgettitle {
        	color: red;
        }

        If you want to change the link colors in the sidebar, then you could add this –

        .sidebar a {
        	color: blue;
        }

        I just used red and blue as examples. You can use a hex code if you want since that’s the preferred way. If you have a color you want to use and need help finding the code for it, just let me know and I can add it in.

        Let me know if that helps.

        #22715
        Greg
        Customer

          Genius – it worked, thanks Wes.

          #22718
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Change Sidebar Colors’ is closed to new replies.