- This topic has 5 replies, 4 voices, and was last updated 6 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – Change font for shopping cart widget
Seems like a simple fix to me but I couldnt locate where to change the font style / color for the widget heading.
I want it to fit in with the rest of my sidebar items, could you tell me where its located in the CSS so I can change it?
Thanks,
Shane
Can you please provide a link to the page containing the cart so we can see exactly what your cart widget title looks like?
You can apply most CSS tweaks using the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
The widget is on this page [http://www.5thgear.com.au/photogallery/gallery]
I am not overly concerned with the font style but I wanted to have the heading the same color as the testimonial heading.
I may have to look into the theme itself but thought I would start here.
Thanks for your help.
The shopping cart widget title is already using the widget title specified in your theme. That testimonial widget you have is actually NOT using the correct widget title font style and color (it is using its own color). Add a few widgets to your sidebar (example: recent posts, comments etc) and you will see what I mean.
If you want that color to be the widget title color then simply update your theme’s CSS and customize the widget title color.
Alternatively, grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following custom CSS to it:
.widget-title{
color: #29c1e7;
}
How do i change the font color in the ‘Item” list in the ‘Shopping Cart’? The list is alternating white/black and the text in the white bar is also white.
[http://rdwphotography.com/store/cart/]
Thank you in advance for your assistance.
You can customize the font color by adding the following custom CSS:
.wps-cart-item-name-section{
color: blue;
}
You can specify any color you like.