- This topic has 3 replies, 3 voices, and was last updated 5 years, 3 months ago by
Support Team.
- AuthorPosts
- January 21, 2018 at 9:59 am #4047
lukazj
ParticipantHello,
I would like to change the red of the buttons (slider next/prev, book now etc.), and the red highlighting for current page to a different colour. Can I do this with additional CSS? or should I make a child theme?
Thank you for your work!
January 22, 2018 at 4:50 am #4059Support Team
KeymasterHello @lukazj,
You can change the color with the custom CSS using additional CSS.
Now to change the color of the section as you have mentioned, please use below given CSS.
Color of active pager .featured-slider .travel-banner.slick-slider .slick-dots li.slick-active button:before { color: #3148f8; } Color of the inactive pager .featured-slider .travel-banner.slick-slider .slick-dots li button:before { color: #313ff8; } Color of the arrow on the slider .featured-slider .slick-prev:hover::before, .featured-slider .slick-next:hover::before { background: #3514df !important; } .featured-slider .travel-banner.slick-slider .slick-next:before, .featured-slider .travel-banner.slick-slider .slick-prev:before { background: #5131f8; } Color of active page .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a{ color: #4267b2; } Color of book now button button{ background: #4267b2; }
Here you can change the color code as per your requirement.
Also, please paste the code only not the text.
Hope this helps.
Best Regards!!
February 28, 2018 at 3:14 pm #5370forgottencnz
ParticipantHi,
Thank you for your answer to lukazj question. I have similar request to change every red element to another color. Answer you provided doesn’t include some elements. Could you give me code to change every red element to another color?
Thank you for your timeMarch 2, 2018 at 4:31 am #5379Support Team
KeymasterHello @forgottencnz,
Actually, there are lots of red elements in the theme so to provide the CSS for each and every element requires a lot of custom CSS.
So, we are planning to release the pro version of the theme including Color feature so that you will be able to change the color from customizer itsef but for that you need to wait a little longer as it is under development phase.
But in case if there are some parts which needs be changed or say its important then please provide the screenshot of the section so that we can provide the CSS as a quick fix.
Hoping for the co-operation.
Thank you.
Best Regards!!
Have a good day 🙂 .
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.