Home Forums Jevelin Theme Header menu text color Reply To: Header menu text color

Home Forums Jevelin Theme Header menu text color Reply To: Header menu text color

Hi @jianganlong,

 

I hope you are well today and thank you for your question.

 

I have got a problem with the header menu text. I have a light color background image for the page, but the text color is white. Therefore, the menu is barely visible. I have tried to change the color of the header text color, but the color is still white.

You are trying to change it from wrong theme option. Instead you should change it from theme Navigation styling as shown in the attached screenshots.

Also, I want to remove the page title in the center of the header image. I traced the code but never worked. Is there any way to remove the page title and description in the center of the image?

You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-titlebar .titlebar-title {
    display: none;
}

 

Best regards,
Shufflehound team

Attachments:
You must be logged in to view attached files.