Home Forums WoodMart support forum #tab-woodmart_additional_tab

#tab-woodmart_additional_tab

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #76321

    nnominor
    Participant

    Hi
    Opening and scrolling content to the tab #tab-woodmart_additional_tab when you press the button

    I understand that I need to specify a button class

    Attachments:
    You must be logged in to view attached files.
    #76330

    Artem Temos
    Keymaster

    Hi,

    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

    #76333

    nnominor
    Participant

    ok
    thanks

    #76334

    nnominor
    Participant

    tell me where to change the default button color?
    https://yadi.sk/i/To8F_uHmIZ005g
    Thank you

    #76336

    nnominor
    Participant

    Is 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!

    #76350

    Hello,

    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

    #76369

    nnominor
    Participant

    Is it possible to select this item as brightly as possible?

    Attachments:
    You must be logged in to view attached files.
    #76387

    Hello,

    Please provide your page URL and admin access

    Best Regards

    #76471

    nnominor
    Participant

    attach accesses

    #76478

    Hello,

    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

    #76515

    nnominor
    Participant

    Thanks
    Buttons do not change the color by default …

    Attachments:
    You must be logged in to view attached files.
    #76533

    Hello,

    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

    #76538

    nnominor
    Participant

    the code did not work

    Attachments:
    You must be logged in to view attached files.
    #76549

    Artem Temos
    Keymaster

    The code works correctly. Just replace these colors with your own and you will see the changes.

    #76583

    nnominor
    Participant

    Thanks
    Tell me more please code for changing the color of text for buttons
    Thank you so much

    Attachments:
    You must be logged in to view attached files.
    #76600

    Hello,

    .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

    #76611

    nnominor
    Participant

    thanks

    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.
    #76667

    Hello.

    Now the code has been corrected and the color is white on the tabs.

    Best Regards

    #76707

    nnominor
    Participant

    Thanks

    #76711

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 20 posts - 1 through 20 (of 20 total)