-
Author
-
July 22, 2016 at 23:51 #129899carlostincaParticipant
Hi,
We want to change the color and size of the button in the featured pricing table column. The color should be the one that is setted in “Highlight Background Color” in theme options, and the size should be the one in the class “btn-lg”.
Thanks,
Carlos
July 24, 2016 at 22:55 #129989LauraModeratorHello, can you share a link to the pricing table and the color codes so i can create the css for you? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 26, 2016 at 13:16 #130218LauraModeratorYes you can use it where you want 🙂
Add this to style.css of child theme, it will apply for all pricing tablesCOPY CODE.pricing-table .btn-default { background-color: #f4524d; color: white; border: #f4524d; width: 200px; height: 50px; line-height: 2; font-size: 20px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 26, 2016 at 17:08 #130246carlostincaParticipantHi Laura,
Thanks! But is there a way to only affect the one that is featured? Or i have to change the code in the theme?
July 26, 2016 at 22:10 #130320LauraModeratorHello, try the following
COPY CODE.pricing-table .popular .btn-default { background-color: #f4524d; color: white; border: #f4524d; width: 200px; height: 50px; line-height: 2; font-size: 20px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 3, 2016 at 16:48 #131163LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.