Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Change the background color of wp_eStore_category_products:category_id tag
Tagged: estore, tag customization
- This topic has 6 replies, 3 voices, and was last updated 13 years, 1 month ago by
akaeser.
-
AuthorPosts
-
August 26, 2010 at 3:54 pm #1730
akaeser
MemberI’ve tried to find where to do this, but I can’t seem to find it.
I would like to change the background and foreground colors in the category_products tag.
I saw the topic about the wp_eStore_List_Products. It refers to the following file: eStore_misc_functions.php. I have not been able to find this file.
I don’t know if that applies or not.
I am using version 4.0.5 of eStore and Thesis 1.8 as my theme, and nothing I am doing there seems to be affecting your displays.
Also if I change the php code won’t it get over written the next time I update my version?
August 27, 2010 at 1:19 am #23711amin007
ParticipantThe look and feel is controlled by the CSS so you shouldn’t have to modify any code.
So all you need to do is modify the “wp_eStore_style.css” file which comes with the WP eStore plugin.
August 27, 2010 at 3:48 pm #23712akaeser
MemberI cannot find the wp_eStore_Style.css.
The only css file I found is the eStore_form_css.css file found in the view folder.
Where would the the css file you referred to be.
August 28, 2010 at 12:09 am #23713wpCommerce
ModeratorYou don’t need to go to the “view” folder for this. “wp_eStore_style.css” file is in the main folder of WP eStore. Look inside the “wp-cart-for-digital-products” folder (search for a file named “wp_eStore_style”.
August 28, 2010 at 1:11 pm #23714akaeser
MemberOK I finally found it. I didn’t look far enough in my on line file manager. Now what style needs to be changed in this file? I do not see anything associated with the category_products tag?
Should I do this in the wp_eStore_Custom_style.css file instead?
If so do I need to add a .custom tag like I do in Thesis?
August 29, 2010 at 12:53 am #23715amin007
ParticipantYou don’t look for the “category_products” tag. You firebug the CSS class then change the definition of that class in the “wp_eStore_style.css” file to make it look the way you want it to look.
Changing a CSS file needs a bit of CSS knowledge (for example how to specify a Hex color code for a background). If you don’t have much CSS knowledge then read the following post or do a bit of google search on it:
August 31, 2010 at 1:09 pm #23716akaeser
MemberOK I finally determined the class that was affecting that display, and was able to make the changes I required. thanks
-
AuthorPosts
- You must be logged in to reply to this topic.