Green Button – Buy Theme on WordPress

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeGreen Button – Buy Theme on WordPress

This topic has been marked as resolved.

Hi, Im trying to get the Green Button you feature on the Shoppica WordPress template but not sure how. Ive searched this forum but can only find instructions on how to do on Opencart but not wordpress. Thanks

July 14, 2013 at 7:10 am #25521

Hello,

Please check this topic: http://support.themeburn.com/topic/how-to-create-green-button-buy-theme/

Follow @PaulV instructions.

Remember to download image and upload it. Read page 1 from the topic.

Best,
ThemeBurn Team

July 15, 2013 at 12:14 pm #25545

Thanks, got it working!!

Ive also added the code as follows on my main products DOG, CAT, BIRD, HORSE as you can see here http://www.vetnetsupplies.com/staging/

Here is what I placed

.blue_button a {
background: #0183b5;
color: #fff !important;
}
.blue_button a:hover {
background-color: #0095ce !important;
}

Only problem is I want to make the dropdown stay in white rather than blue. You see what I mean when you scroll over the DOG category. Would you know what I would need to add to the css? I tried adding the following to no avail.

.blue_button li li {
color:#fff;
}

.blue_button li li a:hover {
color:#fff;
}

Thanks
Rob

July 15, 2013 at 2:40 pm #25555

Hello,

Add following code:

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Best,
ThemeBurn team

July 16, 2013 at 2:03 pm #25606

That worked, thanks!!

One last thing, I just want to make the hover state on the drop down of products DOG, CAT, BIRD, HORSE to be like the Merchants & Advertisers where the text turns blue but the background stays white.

Cheers
Rob

July 16, 2013 at 5:53 pm #25620

Hello,

Add following code to styles:


.blue_button ul li a:hover {
   color: blue !important;
}

Best,
ThemeBurn team

July 17, 2013 at 1:33 pm #25645
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.