Home Forums WoodMart support forum Few small issues

Few small issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #138793

    PTENmarketing
    Participant

    Hello,
    I am working on a website for a client and have a few small issues.

    1. Sticky header is showing logo – how do I remove that and replace it with just text?
    2. Favicon is showing – how to remove it? I’ve tried using the “remove” button in the Theme Settings but it does nothing.
    3. Brands showing on bottom of pages – how to remove it completely?

    Thank you!

    #138837

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. It is not possible to set logo image on the default sidebar and text on sticky.

    2. Navigate to Apperance > Customize > Site Identity > Remove the Site icon.

    3. Navigate to the Theme Settings > Footer > find the pre-footer area and clean the field.

    Best Regards

    #138894

    PTENmarketing
    Participant

    1. I need to remove the set logo image on the sticky menu because my client is BLIND and does not have a logo. I need to have text there instead. I cannot find where in the theme to remove or even change that logo. Please assist.
    2. I did exactly that and there is NO site icon selected, yet the live site still shows one. Please assist.
    3. Thank you, that worked.

    #138923

    Hello,

    1. Please delete the favicon file via FTP https://prnt.sc/otzqtp

    2. Please add this code to the Theme Settings > Custom CSS > Global:

    .whb-clone .woodmart-logo-wrap {
        display: none;
    }
    .whb-clone .site-logo:after {
        content: "DAN PARKER";
        color: #333;
        font-size: 4vw;
        font-weight: 600;
    }

    Best Regards

    #138999

    PTENmarketing
    Participant

    Thank you, that was a big help!

    #139050

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

    Best Regards

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

The topic ‘Few small issues’ is closed to new replies.