• Resolved pastorroth

    (@pastorroth)


    Greetings!

    I am using the Sela theme on my website and I have figured out how to use CSS to change the menu and link colors on the page, but I have not figured out how to change the button and link colors on the widgets. I would like to change these to match the colors of the website. Any help would be much appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello pastorroth,

    Try below css code.

    // Link color change
    .widget-area a {
      color: #0000ff;
    }
    
    // Button color changes
    .widget-area input[type=submit], 
    .widget-area button {
      background-color: #4080ff;
    } 

    Hope this will helps you.

    Thanks.

    Thread Starter pastorroth

    (@pastorroth)

    That worked PERFECTLY! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget Button and Link Colors’ is closed to new replies.