Support » Theme: Spasalon » Custom CSS to change color of homepage tagline and search button?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    Please elaborate more issue clearly

    Thanks.

    Thread Starter diroffc

    (@diroffc)

    I need to change the color of the search button and the “services offered” homepage tagline. They are currently pink, I want them to be grey or blue.

    I changed the color of the banner though custom css box, how can I do the same for the search button and tagline?

    Hi

    For this use below code in custom css Field

    For Home Tegline
    .home_tagline
    {
    color:#ccc !important;
    }
    
    For search Button
    .sidebar-btn
    {
    background-image: linear-gradient(to bottom, #F22853, #F22853) !important;
    }
    
    .sidebar-btn:hover, .sidebar-btn:focus
    {
    background: #3b3f41;
    }

    Change color code according your need.

    Thanks.

    Hi

    Any Update here ?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS to change color of homepage tagline and search button?’ is closed to new replies.