Text Link Color CSS Overwrite needed...

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Aug 23, 2013 12:28 pm
I notice that by default some page links are in BLACK (a:link {color:black;}) and that on hover it's oragne (a:hover {color:orange;}). What is the overwrite code to make a:link {color:orange;}??

Thanks,

J.
User avatar
Gold Boarder

GK User
Fri Aug 23, 2013 1:37 pm
Hi,

Could you provide an URL to page with these links?
User avatar
Moderator

GK User
Fri Aug 23, 2013 2:42 pm
http://integralmedicine.ca/

See links in the text boxes below the home slider image.

Also how do switch the page background image and storebox logo on top left??

Thanks
User avatar
Gold Boarder

GK User
Fri Aug 23, 2013 6:17 pm
Code: Select all
.ctabutton a {
    color: #ff7e57;
}

.ctabutton a:hover {
    color: #333;
}


Regards to te background image (replace this file: StoreBox/images/bg_bamboo2b.jpg)

Storebox logo (replace StoreBox/images/logo.png or use Storebox -> Template Options -> Theme branding settings)
http://www.gavick.com/documentation/wor ... -settings/

but I see that these images are already replaced... so i think you did it before.
User avatar
Moderator

GK User
Fri Aug 23, 2013 7:20 pm
thanks, yes I did it before but couldn't remember. i've been programming since 2000 (simple php/mysql flash, javascript) but i'm very new to working with WP templates. It's like learning a new language. I sent you a PM regarding some work I need commissioned. It requires some custom work with this woo commerce shopping cart.
User avatar
Gold Boarder

GK User
Sat Aug 24, 2013 3:07 pm
I notice that when I view http://integralmedicine.ca/ on an ipad i get missing image boxes above the call to action (cta class) widgets. That widget calls for an image url, but my understanding was that if you left that field empty, it would just ignore it. On a desktop/notebook it does but on an ipad i get missing image icon. Can you get me a fix for this??

J
User avatar
Gold Boarder

GK User
Mon Aug 26, 2013 7:55 am
Ok, check your widget rules (visible at Desktop/Tablets/Mobile etc) and please attache a screenshot of this missing image icon, because I don't see it.
User avatar
Moderator


cron