Home › Forums › WoodMart support forum › PROMO BANNER "Button text"
PROMO BANNER "Button text"
- This topic has 15 replies, 2 voices, and was last updated 4 years, 6 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 5, 2020 at 2:03 am #200855
gzelascoParticipantCould you please help me with with a snippet code to make the “Shop Now” button transparent, as the example in this URL?
https://macarenacortes3.wixsite.com/caravanamaqueta1June 5, 2020 at 8:04 am #200923
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you provided. To Make the promo banner button transparent. You need to add target the specific promo banner element by id and add the following Custom CSS to make transparent.
For example the following CSS will make the button transparent whose id will be
"#wd-5ed9fa37aeba9"
.#wd-5ed9fa37aeba9 .btn.btn-color-default { background-color: transparent; color: #3e3e3e; }
You can adjust the id according to your needs. If you are trying to ask anything else then provide a relevant screenshot with the URL of the website to check it myself and help you out accordingly.
Best Regards.
June 5, 2020 at 12:27 pm #201012
gzelascoParticipantThanks ! I have implemented the code, but I still see the “Shop Now” opaque
https://caravana.cl/June 5, 2020 at 1:16 pm #201044
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website. The Code I provided you was an example from my test site. That’s why it has not worked.
Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
#wd-5eda434c162f8 .btn.btn-color-default { background: transparent; }
For the text color on hover use the following Custom CSS.
#wd-5eda434c162f8 .btn.btn-color-default:hover { color: white; }
Best Regards.
June 5, 2020 at 10:30 pm #201171
gzelascoParticipantNot working so far
June 6, 2020 at 7:21 am #201252
Aizaz Imtiaz AwanKeymasterHello,
Please provide admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
June 6, 2020 at 12:54 pm #201332
gzelascoParticipantgofor it
June 6, 2020 at 1:22 pm #201342
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and the CSS is not coming up on the site.
That’s why it’s not working. Please remove all the Custom CSS from the Global Custom CSS area.Then Clear cache and add the CSS i provided you and check back.
Because There are mistakes in the CSS that you added before.
Screenshot for Clarification: https://ibb.co/3vccC93
Best Regards.
June 6, 2020 at 2:02 pm #201354
gzelascoParticipantHi, We cannot remove the Custome CSS we added, as they are important in terms of changes
June 8, 2020 at 7:14 am #201628
Aizaz Imtiaz AwanKeymasterHello,
I asked to correct the CSS that you added in the Global Custom CSS area. As you can see there are mistakes in the CSS that you have added in the Global Custom CSS area.
Screenshot for Clarification: https://ibb.co/3vccC93
When a wrong CSS is added the below added CSS doesn’t work. Please Check by removing or correcting the CSS.
Best Regards.
June 8, 2020 at 8:46 pm #201825
gzelascoParticipantOhh YES ! That CSS was added in order to place and assign an image as header background, actually the CSS is working fine.
Could pleas elaborate more about the error?
June 9, 2020 at 7:05 am #201905
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and made the button transparent. I have added the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.promo-banner .banner-btn-wrapper .btn { background: transparent; color: white; }
You can set the color according to your needs.
Screenshot for Clarification: https://ibb.co/wJV0Xdm
Best Regards.
June 9, 2020 at 11:42 am #202024
gzelascoParticipantThanks! But I need white transparent, like this
https://macarenacortes3.wixsite.com/caravanamaqueta1June 9, 2020 at 12:04 pm #202043
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you attached. To Make the white transparent like the URL. Replace the previous CSS with the following in the Global Custom CSS area under Theme Settings.
.promo-banner .banner-btn-wrapper .btn { background: rgba(255, 255, 255, 0.72); color: #494949; }
Best Regards.
June 9, 2020 at 12:59 pm #202080
gzelascoParticipantAMAZING, WORKS!
June 9, 2020 at 1:02 pm #202087
Aizaz Imtiaz AwanKeymasterMost Welcome!!!..
Well, @gzelasco!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘PROMO BANNER "Button text"’ is closed to new replies.
- You must be logged in to create new topics. Login / Register