Hi,
You can use custom CSS to target different elements on different pages. Go to the desired page on the front end and open the development tools (F12), check the body tag for the page-id- class.
You can then use this before your custom CSS to target only that page.
Example
COPY CODE
.page-id-99 .kleo-main-header.header-normal {
background-color: red;
}
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.