Thanks M
I am new to all this & i would not have a clue where to start with the css file
There is noting in the mod that states this either![]()
Thanks M
I am new to all this & i would not have a clue where to start with the css file
There is noting in the mod that states this either![]()
https://www.zen-cart.com/tutorials/index.php?article=43
Css faq/help at above url
Have had a look but it does not tell me how to add to the stylesheet.
I need to find out where the new bit of code should go & what the code should be..
would it be anything like
important {
font-size: 1em;
}![]()
/Sales/includes/templates/SexyPink/css/stylesheet.css
BACKUP FILE ABOVE FIRST, BEFORE CHANGING...
Find
Change/TRYCode:.important { font-weight: bold; }
You may have to experiment with font sizeCode:.important { font-size: 1em; font-weight: bold; }
of 1em and bear in mind, this .important css setting
may affect divs in other zencart files besides this
mod you have installed
Thanks M
All sorted now
Had to take font-weight: bold; off
& made the font size 1.4em
I can now read it LOL
![]()
Thanks, I was having the same problem, your solution is appreciated
I can seem to get this right cant find that code can someone help please
Thanks![]()
You can try something like this :
.important pre {
font-size : 12px ;
color : green ;
border : solid 1px green ;
padding : 10px ;
line-height : 16px ;
}
Hope it helps .