Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #280993
    Hans
    Participant

    Hi,

    I want to make an example website for my daughter. After she approved this concept, she will buy a catchth theme also.
    Now I encounter a problem on the home page. The url is Laura.hagmeijer.nl
    On the header media section there is the header media url.
    This is not needed.
    I emptied the concerning fields, but there stays a little read button.

    Is tere a possibility to remove this?

    Kind regards

    Hans Hagmeijer

    #281013
    Skandha
    Participant

    @toerfiets: Hello Hans,
    The issue will be fixed and an update will be released soon.

    For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .more-link {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281057
    Hans
    Participant

    Hello Skandha, Thank you for answering.
    I asked advise which template my daughter has to buy.
    I think your commercial people will answer soon.

    Still one question. The header media background color turns automatically into kind of grey and I should like to have a white background.

    Kind regards

    Hans Hagmeijer

    #281084
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        background-color: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281090
    Hans
    Participant

    Hi Skandha,

    This worked fine.
    Thank you for going me the css.

    Kind regards

    Hans Hagmeijer

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘header media url’ is closed to new replies.