How to customize the website style

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme January 15, 2019
Login to reply
Kelly R Support Agent
5 years ago
Resolved.
Zikri Daud
5 years ago

Hi,

Noted. Thanks

Kelly R Support Agent
5 years ago

Hi,

Please add css code in theme options panel's css code field.

http://prntscr.com/m7q863

Regards, C-Themes

Zikri Daud
5 years ago

Hi,

I'm using a child theme for my website, and try to change some style, for example the 'select' button at the homepage(refer select.jpg image). I tried to changed color, so I edit below code and insert to the child theme style.css file:

a.button {

    display: inline-block;

    background: #6dace6;

}


But this didn't work. So I trace the source of the style for that button, which is in style-sky-blue.min.css

I add this file name in my child theme, but also didn't work.

Please help to advice what is the correct way to customize the style of the theme.

Thank you.