Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040034
    mwyanniello
    Participant

    Hi, on my product pages i have the color squares set up. The label (Color Options:) is positioned to the left of the squares, I would like to move the label above the squares, is this possible? can you provide me with custom CSS?

    #1040165
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1040189
    mwyanniello
    Participant
    #1040698
    Friech
    Moderator

    Hi There,

    Thanks, you can add this under Custom > CSS in the Customizer.

    
    .woocommerce div.product .summary .variations td {
    	float: left;
    }
    

    Hope it helps, Cheers!

    #1041604
    mwyanniello
    Participant

    Thank you so much!

    Last thing, refer to the attached image. See how the clear label is on the right of it on mobile devices, how do i move that below the color squares?

    #1041868
    Rupok
    Member

    Hi there,

    Thanks for updating. You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 400px) {
    .select.swatch-control {
      min-height: 180px;
    }
    }

    Hope this helps.

    Cheers!

    #1042103
    mwyanniello
    Participant

    Thank you guys! You’re awesome

    #1042626
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1040034 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>