Okay
  Public Ticket #1459958
COLORS ON TOP BAR AND SOME BUTTONS
Closed

Comments

  • cronicalsound started the conversation

    Hi guys! 

    I have 3 problems, please help me!

    1.-How can i change the color from the top bar?  i try a lot of ways and nothing happens. 

    2.- i can't change the color of the names in the testimonial section, how can i do it? 

    3.- On the submit button from my contact form, when i make click appers a blue color, and i don't now how change it. 


    Thanks 

  •  2,010
    Ocean replied

    Hi,

    1. Go to Borrow Option/header Setting/Top Heder > edit

    2. Send me link website where have testimonial that you want change color

    3. GO to Borrow Option/Styling/Css code => add css

    .btn-primary {

    background-color: your-color;

    }

    .btn-primary:hover {

    background-color: your-color;

    }


  • cronicalsound replied

    ok , Thanks 


    Now i have another problem with the  owl buttons from the ot loan slider  on the home page, i can't change the hover color 

  •  2,010
    Ocean replied

    Hi,

    you can try add css code

    #service .owl-next:hover, #service .owl-prev:hover {

    background-color: your-color !important;

    }