• Hello,

    I’m trying to edit my single product page and need assistance with the following items.

    1. button size – the button width expands/shrinks depending on the window width but I’d like to change the button to a fix size. How can I do this with customize css?
    2. dropdown menu for variable products – how can I change the background/text colour, and the font to the default website font? currently it looks different from the rest of the website and I can’t find anywhere where I can customize it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jccho96,

    First of all, thank you for using our theme.

    button size – the button width expands/shrinks depending on the window width but I’d like to change the button to a fix size. How can I do this with customize css?

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 991px) {
      .product-gallery-summary .botiga-single-addtocart-wrapper .button {
        width: 250px;
        max-width: 100%;
      }
    }

    For your other question, please raise it in a new separate topic instead. So we can avoid endless threads in this topic. You are allowed to create as many topics as you want. Please use one topic for one question.

    Thread Starter jccho96

    (@jccho96)

    This worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing buttons on single product page’ is closed to new replies.