- This topic has 4 replies, 3 voices, and was last updated 2 years, 6 months ago by
lorena.
- AuthorPosts
- April 12, 2018 at 1:14 pm #5927
forgottencnz
ParticipantHi,
First of all I would like to thank you for the wp travel theme. It’s awesome design and I love to use it.
The default set of colors are shades of red. And I would like to change that to the specific color palette of my logo. Is there a way to simply recolor every colored element of the website? By creating a child theme or just by css code?Thank you
April 13, 2018 at 4:45 am #5935Support Team
KeymasterHello @forgottencnz,
Thank you very much for the appreciation and we hope you have a great time using it.
As for the color option currently, we do not have the option to change the color of different parts of the theme and to change them entirely into some other color requires lots of custom CSS.
Hope this clears up the confusion.
But if there are some essential parts that you want to change the color for then please let us know and we will provide you some custom CSS.
Thank you.
Best Regards!!
Have a good day 🙂 .
April 25, 2018 at 2:41 pm #6150forgottencnz
ParticipantThank you for your quick response.
I’ve managed to use inspect element option in my browser to create custom css code for purpose of recoloring specific objects. But there is one thing I am struggling to find code for and that’s the loader’s 8 red dots. If you could provide me with that code it would be great.Best regards 🙂
April 26, 2018 at 4:46 am #6152Support Team
KeymasterHello @forgottencnz,
Glad that you managed the color option by yourself.
Not change the color fo the loader use below given CSS.
for this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.fountainG @keyframes bounce_fountainG{ 0%{ transform:scale(1); background-color: #2808ec; } 100%{ transform:scale(.3); background-color:rgb(255,255,255); } } .fountainG { background: #333; }
Here change the color code as per your requirement.
Hope this helps.
Best Regards!!
December 1, 2020 at 9:52 am #31232lorena
ParticipantHello I want to change the Color can you help me in that in facts I need green color background and white color as text , and symbols in white Color too as well as the upper Inline box in green background color and white color as text ( which is Trip over view , gallery , reviews sections ) and lastly please help me with this how to change to this color I will be waiting for your reply !
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.