![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Is there a way to reduce the font size and change the font type on my product descriptions? I like the content but would like to change the presentation a bit with respect to the font.
|
#2
|
||||
|
||||
![]() Please provide a URL to the page and content in question.
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() I was able to reduce the font of the product title (changed from h2 to h4) but I also want to reduce the font size of the product description. Here is the URL: http://eyeshadowshops.com/store/category/eyeshadow/
|
#4
|
||||
|
||||
![]() Hi
You can add the following code to your Custom CSS: Code:
#view .pl .t3 .bdr .desc { font-size: 10px; }
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() I am using WordPress for my site. Where do I find the Custom CSS? I don't want to place the code in the wrong place.
|
#6
|
|||
|
|||
![]() Do I put the code at the bottom of the RTL Stlesheet (rtl.css)?
|
#7
|
||||
|
||||
![]() You should out the code here: The Factory > Your Store > Store menu > Custom CSS and then click the [Update Settings Only] button.
__________________
![]() ![]() ![]() ![]() |
#8
|
|||
|
|||
![]() Got it. Thanks!
|
#9
|
|||
|
|||
![]() I currently have the following in my Custom CSS box
/** * Fix conflict with TwentyTen WP theme */ #view .sp h2 {clear:none;} #view .pl h2 {clear:none;} #view .col1 .pl h2, #view .col1 .pl h2 a {font-size:22px} Do I delete that and add the following? #view .pl .t3 .bdr .desc { font-size: 10px; } Andrew |
#10
|
||||
|
||||
![]() No, just append the new code to the bottom of the text area. You should have this:
Code:
/** * Fix conflict with TwentyTen WP theme */ #view .sp h2 {clear:none;} #view .pl h2 {clear:none;} #view .col1 .pl h2, #view .col1 .pl h2 a {font-size:22px} #view .pl .t3 .bdr .desc { font-size: 10px; }
__________________
![]() ![]() ![]() ![]() |
#11
|
|||
|
|||
![]() Oh. Excellent! Thanks.
|
#12
|
|||
|
|||
![]() By the way, your plugin is awesome. Keep up the great work.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|