Remove the Banner Box text

Discussion in 'ColorWay WordPress Theme' started by christopher, Feb 8, 2018.

  1. christopher

    christopher New Member

    Joined:
    May 28, 2013
    Messages:
    26
    Likes Received:
    1
    Dear,

    I tried all your CSS,and wanna remove the banner box text :like

    #myCarousel .carousel-caption {
    display: none;
    }

    or
    .salesdetails {
    display: none;
    }

    or previously we use

    .sl-slide-inner {
    display: none;
    }

    But finally I failed, Could you please let us know why? and is there any more solution to remove the text box?

    And Another Thing Question for the Top Left Logo, We wanna upload a fullwidth Logo,Previously website,we can do it,but for now, No matter what big size we upload the LOGO, the logo still place on the left side with small.Do you have any more solution?

    Thanks&Best regards
    Christopher
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Christopher,

    Thanks for contacting us,

    Just use the below-given custom CSS code in the Additional CSS section instead of Custom CSS section. Go to (Dashboard->Appearence->Customizer->Additional CSS). Please have a look at the attached screenshot.

    Code:
    #myCarousel .carousel-caption {
        display: none;
    }
    To make the logo full-width, We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     

    Attached Files:

Share This Page