christomwebdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SG Window] Two Issues – Mobile Nav and Nav Hover Colorsfor the nav hover colors try this
.site .horisontal-navigation li a:hover { background: #B61F2A !important; box-shadow: none; }Forum: Fixing WordPress
In reply to: IMG Hover over fade not working.Forum: Themes and Templates
In reply to: [SG Window] Two Issues – Mobile Nav and Nav Hover ColorsHi, can you post your site url?
Forum: Themes and Templates
In reply to: Adding Bold Text to Attribute Labels (Variations)Hi David! good thing you saw that missing bracket, i can see now that your attribute labels ( Finish, Size, Backing ) are now in bold.
Forum: Themes and Templates
In reply to: Adding Bold Text to Attribute Labels (Variations)Yes im checking the website and i cannot see the css for the labels.
Forum: Themes and Templates
In reply to: Adding Bold Text to Attribute Labels (Variations)Freezing! I dont see any problem with the css code, but i cant see this code
woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label { font-weight: bold !important; }on my end. do you have any caching plugins installed?
you have to check this
https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/theming/
since you want to edit the woocommerce template files
Forum: Themes and Templates
In reply to: Adding Bold Text to Attribute Labels (Variations)Sorry try this
.variations td.label { font-weight: bold !important; }Forum: Fixing WordPress
In reply to: Customising CSS that is hosted on the cloud?Can you post your url? will be very helpful if i can see it
Forum: Fixing WordPress
In reply to: Customising CSS that is hosted on the cloud?Have you tried adding
!important
in your css values?
Forum: Themes and Templates
In reply to: Adding Bold Text to Attribute Labels (Variations)Hi, try adding !important to your css value.
td.label { font-size: 20px !important; }Hi, you can just simply create the same file in your child theme folder.
Forum: Fixing WordPress
In reply to: Customising CSS that is hosted on the cloud?Are you using a premium theme? if not just edit you themes main style sheet
Forum: Fixing WordPress
In reply to: Add new page problemHi, If you are referring to your main navigation, go to your dashboard and navigate to Appearance > Menus.
Select the menu you want to edit, and add the page.
Forum: Fixing WordPress
In reply to: How to style certain posts differentlyHi you should start looking into