Text Widget Font Size

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Re: Text Widget Font Size

Postby fantoush » 22 May 2012, 11:36

Hi Guys

Thank you so much for all of the code - I used a combination of them - they all worked except for #products-wrapper {font-size:1.6em;} im so pleased :D

I just wondered: When I used products li strong {font-size:20px;} the font becomes bold and larger but the price doesn't change. When I omit the 'strong' ie .products li font-size:20px;} the product font remains bold but the price size also increases. Is there a way I can separate these two? Ideally I would like to increase the font size without making it bold. I was also wondering if I should change the font for the price tags as it is hard to read when the font is small - I would only want to change it for the price tags as I generally like the look of it on the website . So my question is can the current font for the price tags specifically be overridden here?
fantoush
 
Posts: 11
Joined: 20 May 2012, 02:36

Re: Text Widget Font Size

Postby Colin » 22 May 2012, 12:40

The font can be changed with

Code: Select all
.products li .price {font-family: arial;}
 


Change Arial to suit.

The bold is coded with the 'strong' tag by Jigoshop so it is already bold. It just doesn't look it due to the current size.
Colin
 
Posts: 2858
Joined: 27 Oct 2009, 10:46

Re: Text Widget Font Size

Postby fantoush » 28 May 2012, 12:53

Hi Guys - thank you so much for your help - sorry for the delayed reply I didn't realise there's no notification when someone answers a post :?

I used a mixture of the codes you kindly gave me - one last piece of help though! I cant seem to stop the product text being in Bold - here is the code I have in the Back End Custom Includes. Any idea how to have it in a normal weight?

.suf-widget h3 {font: normal 210%/100% Arial,Helvetica,sans-serif;}
aside#jigoshop_product_categories-2 a {font-size:1.6em;}
aside#user-login-2 .dbx-content {font-size:1.6em;}
aside#jigoshop_cart-2 .dbx-content {font-size:1.0em;}
.products li {font-size:18px;}

This code didn't work unfortunately

Drake:
For products section I suggest to add this code at Custom Styles:

Code: Select all
#products-wrapper {font-size:1.6em;}

Thanks again! :D
fantoush
 
Posts: 11
Joined: 20 May 2012, 02:36

Re: Text Widget Font Size

Postby fantoush » 28 May 2012, 14:50

SORRY! IGNORE! Just seen your reply on Page 2
fantoush
 
Posts: 11
Joined: 20 May 2012, 02:36

Re: Text Widget Font Size - lost in update

Postby fantoush » 30 Aug 2012, 15:40

Hi Guys

I have just updated lots of my plugins and somewhere along the way all my Custom includes which you helped me with before are now being over-ridden somewhere. My widget font sizes are all over the place and my products titles are now bold. All the custom code you gave me is in Back End > Custom Includes but is no longer working - I had actually thought this information used to be in the Custom Styles area which has now been moved and apparently been made into a plug-in since I updated. Am I wrong? I have downloaded the new Suffusion Custom Post Plug-in which I was directed to on the old Custom Styles area and I don't understand it at all :( Can anyone tell me how stop the theme by-passing my custom code?

.suf-widget h3 {font: normal 210%/100% Arial,Helvetica,sans-serif;}
aside#jigoshop_product_categories-2 a {font-size:1.6em;}
aside#user-login-2 .dbx-content {font-size:1.6em;}
aside#jigoshop_cart-2 .dbx-content {font-size:1.0em;}
.products li {font-size:18px;}
.products li .price {display:none;}
.products li .price {font-family: ostrich;}
Last edited by fantoush on 31 Aug 2012, 01:06, edited 1 time in total.
fantoush
 
Posts: 11
Joined: 20 May 2012, 02:36

Re: Text Widget Font Size

Postby fantoush » 30 Aug 2012, 16:03

sorry the link to my site is http://www.fantoush.com/shop/
The site title has also changed fonts and the About Us on the homepage is ridiculously big - it was all fine before I updated :(
fantoush
 
Posts: 11
Joined: 20 May 2012, 02:36

Previous

Return to Support Requests

Who is online

Users browsing this forum: Bing [Bot], Djpjrejxc, Google [Bot] and 7 guests

cron