Home Forums WoodMart support forum Brand logo size and link on Brand logo

Brand logo size and link on Brand logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #638841

    MatoZato
    Participant

    Hello.

    Please, how can i set brand logo size?

    And can i disable link on brand?

    Thank you very much.

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

    Hung Pham
    Participant

    Hi MatoZato,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-product-brands img {
        max-width: 190px;
    }
    
    div.wd-product-brands a{
        cursor: default;
    }

    Regards,

    #639127

    MatoZato
    Participant

    Thank you. Size Work.

    But when i add code:
    div.wd-product-brands a{
    cursor: default;
    }

    I still have a link o Brand icon.

    I need disable link on Brand.

    Thank you very much.

    #639223

    Hung Pham
    Participant

    Hi MatoZato,

    Please use below code:

    div.wd-product-brands a{
        pointer-events: none;
    }

    Regards,

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