- This topic has 7 replies, 3 voices, and was last updated 5 years, 3 months ago by
Support Team.
- AuthorPosts
- February 12, 2018 at 1:24 pm #4893
adiprianto
ParticipantPlease help how to change color for sub menu on navigation main menu?
Thank youFebruary 13, 2018 at 12:54 pm #4901Support Team
KeymasterHello @adiprianto,
Since there are no color option available in the theme we will provide you with the custom CSS to change the color of the sub menu.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
To Change the color of the text of sub menu:
.main-navigation ul ul a { color: #196d8f; }
To change the hover color of the background of sub menu.
.main-navigation ul ul a:hover { background-color: #1a1a1a; }
To change the hover color of the text of Menu
.main-navigation ul ul a:hover { color: #196d8f; }
Hope this helps.
If you have any issue further please do not forget to post.
Best Regards!!
February 15, 2018 at 8:10 am #4948adiprianto
ParticipantWow.. nice, Thank you!
February 15, 2018 at 10:18 am #4949Support Team
KeymasterHello @adiprianto,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/travel-log/reviews/
Best regards !!
February 15, 2018 at 3:39 pm #4953laurenc
ParticipantCan the color of the text in single itineraries/trips (i.e. on each trip page, the ‘trip type’, ‘location’, and ‘activities’), the hyperlink color, and the hover colour for the book now button also be changed?
February 16, 2018 at 4:52 am #4958Support Team
KeymasterHello @laurenc,
Please add below given in Additional CSS location.
To change the color of ‘trip type’, ‘location’, and ‘activities’ :
.wp-travel-trip-meta-info ul li:nth-of-type(1) .travel-info { color: #5cc4ef; } .wp-travel-trip-meta-info ul li:nth-of-type(2) .travel-info { color: #5cc4ef; } .wp-travel-trip-meta-info ul li:nth-of-type(5) .travel-info { color: #5cc4ef; }
To change the color of the button:
.booking-form button{ background: #5cc4ef; }
You can change the color code as per your requirement.
Hope this helps.
Best Regards!!
February 16, 2018 at 2:55 pm #4963laurenc
ParticipantThanks for that! Is there a way to change colour of the actual text below “trip type” etc. instead of just the headings?
February 19, 2018 at 5:36 am #4978Support Team
KeymasterHello @laurenc,
Actually, to change the color of each and every parts requires a lot of custom CSS.
So we are working on the pro version including the color options.
So if you want to change the color now for each and every parts you can consider hiring the professional designer and to do so please refer to below link:
http://wensolutions.com/hire-wordpress-customizer/
Thank you 🙂 .
Best Regards!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.