Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020941
    lubabalo
    Participant

    Hi X
    in this url http://ayandzet.com/my-account/
    i want to reduce the size of the forms the look too wide please help me
    thank you in advance.

    #1021413
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .woocommerce-account form .form-row {
        width: 50% !important;
    }

    Thanks.

    #1024218
    lubabalo
    Participant
    This reply has been marked as private.
    #1024855
    Friech
    Moderator

    Hi There,

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

    .woocommerce li.product .entry-header .button {
    		opacity: 1 !important;
    	    position: relative;
    	    top: 0;
    	    left: 0;
    }

    Hope it helps, Cheers!

    #1025419
    lubabalo
    Participant

    Thank Frisch
    now how can i do the following.
    1. how can I change the product label font and how can i increase the font size of the price.
    2.how can i change only the color of the buttons in the shop to a different color, without changing the buttons of the entire site but only the woocommerce buttons
    thank you again for the good work that you guys do.

    #1025638
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce li.product .entry-header a {
        font-family: "Lato";
    }
    .woocommerce li.product .entry-header .price>.amount, 
    .woocommerce li.product .entry-header .price>ins>.amount {
        font-size: 24px;
    }
    .woocommerce li.product .entry-header .button {
        border-color: #000;
        color: #000;
    }

    Hope it helps 🙂

    #1035759
    lubabalo
    Participant
    This reply has been marked as private.
    #1036072
    Rahul
    Moderator

    Hi There,

    You could follow this step on how to add a sidebar.

    1. Check your pages if its layout allows you to create a sidebar. whether sidebar-left,content-right or sidebar-right, content-left.

    2. If your pages allows you to show sidebars, add sidebars in your Appearance>Sidebars

    3. After creating sidebars, manage your sidebars to what pages will it be shown.

    4. You can go to Appearance & Widgets for you to customize your sidebar.

    hope it helps. Enjoy!

    #1039895
    lubabalo
    Participant
    This reply has been marked as private.
    #1039898
    lubabalo
    Participant
    This reply has been marked as private.
    #1040250
    Joao
    Moderator

    Hi There,

    your page has a sidebar already.

    If ou can´t see clean your browser´s cache.

    Please see img attached.

    Let us know if you need further help.

    Thanks

    Joao

    #1040367
    lubabalo
    Participant
    This reply has been marked as private.
    #1040979
    Paul R
    Moderator

    Hi,

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

    
    /* make background transparent */
    .x-logobar,
    .x-colophon.bottom,
    .x-navbar {
        background-color: transparent;
    }
    
    /* make social icon red */
    .x-topbar .x-social-global a,
    .x-colophon.bottom .x-social-global a {
        color: red;
    }
    
    /* change forum header and footer background */
    
    .forum-archive .x-colophon.bottom,
    .forum-archive .masthead {
         background-color:red;
    }
    
    /* change buddypress link color */
    
    .buddypress a {
       color:red !important;
    }
    

    With regards to the borders in the forum and buddypress, I am not really sure which border you are referring to.
    Can you provide us a screenshot.

    Thanks
    `

    #1041132
    lubabalo
    Participant

    Thank you Paul:
    But my container is still white i wait to transparent like the background.
    Boxed layout “renewed” I need the image background to show trough content container for example.

    #1041138
    lubabalo
    Participant

    and none of the things are working form above please help.

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