Header Text colour – QUA template
-
Hello, I bought QUA template and started its customization. I changed colours and by using CSS code, with you engineer support, I managed to change the text colour from black into grey.
However, the header does not turn into green – i.e. it does not react – whenever I hover.
How can I solve it? Thank you.The blog I need help with is: (visible only to logged in users)
-
Hi there!
It’ll depend of your theme, on my theme I used the code below and the header color changed to black:
div.section { background: #000000; }I’ve made an access to your site, but it’s private, so I couldn’t try to help you.
Regards.
-
Hi Daniel,
Thank you for supporting me.
I do not want to change the colour to black.
I want it grey but originally it reacted when I wen on it with the cursor by changing colour according to the theme setting.
I am making my site public so that you can enter into it.
Thank you
Cristina -
You can change the color on that code as you like, it’s your choice.
I’ve tried to access but it’s still private.
-
-
-
No, I only want to restore the original text action, i.e. change colour when I hover on it.
Thks
-
-
Then I assume it is not possible to change the header text colour without affecting this feature. That’s a pity.
Thank you for your patience.
Cristina -
We’re welcome Cristina, but there’s a way to do what you want, first of all, remove your css changes for the title and try this code below:
.site-title a:hover { color: green; }I’ve made a test on your site and I was able to get this behaviour:
Regards.
-
-
-
-
- The topic ‘Header Text colour – QUA template’ is closed to new replies.
