Jump to content

[SOLVED] Change font size permanent links in the header


Recommended Posts

if you use prestashop 1.5 and default theme, you have to change this:

/modules/blockpermanentlinks/blockpermanentlinks.css

 

you've got there css styles for permantent links block

you can add font-size param and font-weight param to ul#header_links, like i show below

ul#header_links {
	list-style-type: none;
	float: right;
	margin-top:5px;
font-size:20px;
font-weight:bold;	
}
  • Like 1
Link to comment
Share on other sites

I am still in Blockpermanentlinks.css to change the font color, but no.... it doesn't work.

The color doesn't change.

 

I'm having the same issue with the search box: I tried in Blocksearch.css to change the button color, but I can see the color I put in the file only for half second when I reload the page...then it shows again the default color.

 

And the same issue also with "welcome/log in".

 

:wacko: Hopefully you can help me....

Link to comment
Share on other sites

I don't understand... I tried to put the line you said in Blockpermanentlinks.css, but nothing happened.


Is "welcome" part of the perma links?


Then I tried in Blockuserinfo.css, but nothing happened either. 


 


When I go to Blocksearch.css I'm not able to change the button color. Maybe I should open another topic for that...

Link to comment
Share on other sites

Good morning

 

Using ps 1.5.5

 

Go to: blockuserinfo.css

 

/* block top user information */
 
#header_right #header_user {
clear:both;
float: right;
margin-top:8px;
color:red
}
 
It works for me
 
 
For search bar button go to: blocksearch.css
 
#search_block_top .button {
border:none;
border-radius:0;
color:#;
text-transform:uppercase;
background: red; url(img/bg_search_submit.png) repeat-x 0 0 red;
float: left;
height: 25px;
}
 
 
Hope this helps
 
Paul
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...