Home Forums Pro Themes Travel Eye Pro Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21442
    Jenn_0014
    Participant

    How can I remove the border around my logo and remove it from covering my image slider? http://www.wonderworldsoftplay.co.uk/

    #21474
    wensolutions
    Keymaster

    Hello,
    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options

    .site-logo-link, .custom-logo-link {
        background: none;
        margin-bottom: 0px;
        padding: 0px 20px;
    }

    Hope it helps.
    Best regards.

    #21502
    Jenn_0014
    Participant

    Thanks this worked prefect. Is there also a way to remove the border around my search icon

    http://www.wonderworldsoftplay.co.uk/

    #21578
    wensolutions
    Keymaster

    Yes this possible. You can paste the following custom CSS in custom CSS field.

    .search-form .search-submit {
        background: none !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.