Home › Forums › WoodMart support forum › #tab-woodmart_additional_tab
#tab-woodmart_additional_tab
- This topic has 19 replies, 3 voices, and was last updated 6 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 10, 2018 at 10:25 am #76321
nnominorParticipantHi
Opening and scrolling content to the tab #tab-woodmart_additional_tab when you press the buttonI understand that I need to specify a button class
Attachments:
You must be logged in to view attached files.September 10, 2018 at 11:19 am #76330
Artem TemosKeymasterHi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Regards
September 10, 2018 at 11:27 am #76333
nnominorParticipantok
thanksSeptember 10, 2018 at 11:30 am #76334
nnominorParticipanttell me where to change the default button color?
https://yadi.sk/i/To8F_uHmIZ005g
Thank youSeptember 10, 2018 at 11:33 am #76336
nnominorParticipantIs it possible to select this item as brightly as possible?
https://yadi.sk/i/6KJmNo6YB0rGLA
That is to make it in the form of a button?
Is there any simple solution for this?
Thank you!September 10, 2018 at 11:58 am #76350
Elise NoromitMemberHello,
Your screens are not visible.
In order to set the colors for buttons, navigate to the Theme Settings > Styles and Colors > Primary colors, also check and configure buttons tab.
Best Regards
September 10, 2018 at 12:36 pm #76369
nnominorParticipantIs it possible to select this item as brightly as possible?
Attachments:
You must be logged in to view attached files.September 10, 2018 at 1:21 pm #76387
Elise NoromitMemberHello,
Please provide your page URL and admin access
Best Regards
September 10, 2018 at 5:35 pm #76471
nnominorParticipantattach accesses
September 10, 2018 at 6:46 pm #76478
Elise NoromitMemberHello,
Add this code to the Theme settings > Custom CSS:
.woodmart_additional_tab_tab a{ padding-top:10px!important; padding-bottom:10px; padding-left:10px; padding-right:10px; margin-top:20px; background: #999999; border:2px solid red; }
Change background color and border.
Best Regards
September 11, 2018 at 4:58 am #76515
nnominorParticipantThanks
Buttons do not change the color by default …Attachments:
You must be logged in to view attached files.September 11, 2018 at 6:16 am #76533
Elise NoromitMemberHello,
Try this code:
[type=submit], [type=button], button { background-color: #f3f3f3; color: #3E3E3E; }
Change the background color and add to the Theme settings > Custom CSS
This button relates to Contact Form plugin that is why the colors you set in the Theme settings are not applied.
Best Regards
September 11, 2018 at 6:24 am #76538September 11, 2018 at 6:44 am #76549
Artem TemosKeymasterThe code works correctly. Just replace these colors with your own and you will see the changes.
September 11, 2018 at 9:25 am #76583
nnominorParticipantThanks
Tell me more please code for changing the color of text for buttons
Thank you so muchAttachments:
You must be logged in to view attached files.September 11, 2018 at 11:17 am #76600
Elise NoromitMemberHello,
.woodmart_additional_tab_tab a{ padding-top:10px!important; padding-bottom:10px; padding-left:10px; padding-right:10px; margin-top:20px; background: #999999; border:2px solid red; color: #3E3E3E; } [type=submit], [type=button], button { background-color: #f3f3f3; color: #3E3E3E; }
Change the
color: #3E3E3E;
in both snippets.Best Regards
September 11, 2018 at 11:49 am #76611
nnominorParticipantthanks
the color of the text on the button #tab-woodmart_additional_tab did not change
Attachments:
You must be logged in to view attached files.September 11, 2018 at 2:18 pm #76667
Elise NoromitMemberHello.
Now the code has been corrected and the color is white on the tabs.
Best Regards
September 11, 2018 at 5:01 pm #76707
nnominorParticipantThanks
September 11, 2018 at 5:12 pm #76711
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: tab-woodmart_additional_tab
- You must be logged in to create new topics. Login / Register