I am looking for help to change the red/pink color of the text separator lines throughout the demo to a green color, but i don’t know how to do this. I have been looking in the forum and get answers to add is as css, but I have no idea where to find CSS in the X Theme, as it is not in Theme options.
It is in the Bed & Breakfast demo for X the theme based on STACK RENEW.
I really hope you can help me. Thanks!
Hi there,
Please find this block of code in X > Theme Options > CSS:
.h-custom-headline hr {
width: 50%;
max-width: 300px;
height: 3px;
margin: 1.5em 0 0;
border: 0;
font-size: 0.3em;
background-color: #e44065;
}
Then change the value that is set in the background color.
As for the pink section on the logo, you will have to edit the image itself.
Hope this helps.
Thanks!! I would love to do so, but how can I access CSS? There is no such path: Theme Options > CSS… ?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.