Free and Premium WordPress Plugins & Themes Forums WordPress Themes Albatross How to change font colours for accommodation type widget in elementor
- This topic has 1 reply, 2 voices, and was last updated 3 years, 2 months ago by Andre Flores.
- AuthorPosts
- August 28, 2021 at 8:38 am #1176807David Byron JohnsonParticipant
Hi, I am building a home page using elementor. I have added the accommodation type widget via elementor however i am finding that some of the default font colours are the same as the background colour.
For example, the h2 heading is colour is #455D58 so if I use that colour as a background, then I can’t see the h2 heading.
I have managed to change h2 using
h2 { color:#EAD27E; }
but I dont know how to change the colour of the other elements such as
price
icons
hovercolour
details and so on.The accommodation type widget in elementor only has content and advance…there is no third style tab which is where I would normally look to make these adjustments.
I also admit….I have very little coding knowledge so I am struggling to do this through custom ccs.
I cant share a link as my site is not live but any/all advice will be very welcome.
David
September 6, 2021 at 3:33 am #1180525Andre FloresModeratorHello David,
Most elements colors in the Hotel Booking plugin are changed via CSS, so you will need to add custom CSS rules in order to change the price, icons, hover color etc. You will find an example of how to do that in this article.
The following article will also be useful to you as it explains how to use Inspect Element browser feature to find needed elements classes and styles for them: https://blog.devmountain.com/how-to-use-inspect-element-jump-into-what-makes-a-web-page-tick/.
It would be more helpful if you could upload your website to some temporary live server, so I could check it and provide you with exact CSS code you need.Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.