Jump to content

[SOLVED] Change Font Color


Recommended Posts

Hello, someone knows how to change the color font of the "enter" word in the top right corner on prestashop theme.
I show and image and you will understand me. If I change the global color, it changes me all the letters colors but I want only to chage this part.
PD: Sorry for my poor English.

24835_WVAzjLhXozAbZD2SEnTg_t

Link to comment
Share on other sites

Thanks, but in this CSS route change color of: welcome, my account...., but the "enter" letters do not change.
I have tried to put color: #ffffff; in all #header_user parameters, but the word "enter" do not change the color.
Any solution???
Thanks.

Link to comment
Share on other sites

maybe you'll have to add a definition for #header_user in the global.css and display your information between braces in the right place in /modules/blockuserinfo/blockuserinfo.tpl

If i remember, color of these info are managed by #header_user p{} definition.

If you want to custom it more precisely maybe you'll have to add :

#header_user p a{} for text definition (including color)

#header_user p a span{} for a more precise definition for part of the text

#header_user p a:hover{} for text hover

Link to comment
Share on other sites

×
×
  • Create New...