Blog Description - by matchez - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: matchez
    matchez
    Participant
    September 10, 2015 at 15:34

    Hi there,

    I’m wondering where is the blog description icon (small red comment bubble) being coded from. I’m using the watches variant & header no.7 but just want to either remove that small icon like in your demo or replace it with something else but cannot find where to do this.

    See images:
    https://www.dropbox.com/s/ehspisnbd6v39s7/Screen%20Shot%202015-09-10%20at%2015.31.18.png?dl=0

    https://www.dropbox.com/s/mrej05rca3n2zzi/Screen%20Shot%202015-09-10%20at%2015.32.04.png?dl=0

    Many thanks

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 10, 2015 at 16:08

    Hello,

    That icon is loading with code below:

    .header-type-7 .header .tbs span:before {
        content: "";
        width: 27px;
        height: 21px;
        position: absolute;
        top: -10px;
        left: 10px;
        background: #ffffff url(images/sprite/icons.png) no-repeat -170px -78px;
    }

    To remove it add this code in Global Custom CSS:

    .header-type-7 .header .tbs span:before {
        content: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: matchez
    matchez
    Participant
    September 10, 2015 at 16:09

    Awesome, thanks Jack, will try that!

    Cheers 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    September 10, 2015 at 16:39

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.