Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – Change font for shopping cart widget
- This topic has 5 replies, 4 voices, and was last updated 7 years, 11 months ago by
admin.
-
AuthorPosts
-
December 3, 2013 at 4:47 am #10158
shaneo92
MemberSeems 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
December 3, 2013 at 5:16 am #59421Peter
MemberCan 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
December 4, 2013 at 6:11 am #59422shaneo92
MemberThe 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.
December 4, 2013 at 11:57 pm #59423admin
KeymasterThe 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;
}December 8, 2017 at 4:15 am #594244captron
MemberHow 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.
December 11, 2017 at 12:43 am #59425admin
KeymasterYou 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.
-
AuthorPosts
- You must be logged in to reply to this topic.