Help with el greco woo theme

ZIENBASTIAN

New Member
Hi!

I am going very well with the greco woo theme, love it.
There is just one thing that i want to edit but i can't find any option to edit it. I am referring to the category titles in the top Menu and titles from Homepage like "
Shop By Category
Best Deals

images attached for better understanding.

Would you help me with this? I just want to edit the colors of those titles.


Many thanks in advance!
 

Attachments

  • Howto1.png
    Howto1.png
    17.5 KB · Views: 7
  • howto2.png
    howto2.png
    285.9 KB · Views: 7

daniel-97

Well-Known Member
Homepage like "
Shop By Category
Best Deals
Customize your theme ➡ Front Page ➡ Most popular categories ➡ Change your Title with this HTML code
<p style="color:Blue;">Shop By Category</p>
1607404493491.png
For the color (Blue), you can enter a name of color, or use a code to identify the color. Example of RED
1607404550866.png

Hope this helps :)
 

ZIENBASTIAN

New Member
Hi, it seems that is not working when i save the color option with the code. Any idea of how to fix it?
I can change the color while editing but at the momment of the save, it goes back to gray color.

Also, is there an option to change the color of the top menu titles? like in the image.
 

Attachments

  • Howto1.png
    Howto1.png
    17.5 KB · Views: 6

daniel-97

Well-Known Member
In that case, I think you need to edit the code to the core theme. But I cannot find the "theme editor" to edit in the demo site.

1607483831459.png
 
E

Ekaterina Sayapina

Guest
Hello,

Please add these code snippets to the Additional CSS section:

.home .block-title-wrap .block-title {
color: red;
}

.header-category-menu>li>a {
color: red;
}

.header-category-menu>li a:hover {
color: red;
}
 

Attachments

  • homepage titles.png
    homepage titles.png
    514.6 KB · Views: 7
E

Ekaterina Sayapina

Guest
To help you change block titles on your Homepage, we'll add color pickers to the theme settings. Thank you for this use case :)
 
Top