Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #302316
    Hans
    Participant

    Hello there,

    I want to use the header media possibility. I should like to remove the link from the headermedia image. I want to keep the text possibility.
    I saw another question about this concerning the photography theme, but I could not find the solution.

    Kind regards

    Hans Hagmeijer

    #302322
    Hans
    Participant

    Hello,

    I think I solved the problem by changing the php.

     

    Kind regards

    Hans Hagmeijer

     

    #302365
    Skandha
    Participant

    @toerfiets: Hello Hans,

    I suggest you not to change the php files without creating a child theme as changes will be lost when you update the theme. Please post your site URL and and which link you would like to remove so that I can see if a chunk of CSS Code can do the job.

    Kind Regards,
    Skandha

    #302389
    Hans
    Participant

    Hello Skandha,

    I changed the php file on a test website.
    After finishing the test site I want to move the site to http://www.sinfore.nl.
    This website is now powered by catchmagpro.
    So this website is the website for the chance of CSS code.

    Kind regards

    Hans Hagmeijer

    #302394
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Can you please let me know which link you would like to remove?

    Kind Regards,
    Skandha

    #302397
    Hans
    Participant

    Hello Skandha,

    The link is on header media in: sinfore.seniorenwoningen.nu.

     

    Kind regards

     

    Hans Hagmeijer

    #302395
    Hans
    Participant

    Hello Skandha,

    That is the link in the header media.
    Now on sinfore.nl that isn’t visible, because I rebuild this website on sinfore.seniorenwoningen.nu.
    On that site I rebuild the sinfore website.

    There I removed some php lines.

    Kind regards

    Hans Hagmeijer

    #302399
    Skandha
    Participant

    @toerfiets: Hello Hans,

    If you want to remove the Continue Reading link.

    Go to => Appearance => Customize => Header Media => Remove Header Media Url and Header Media Text and Publish.

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

    #302400
    Hans
    Participant

    Hello Skandha,

    This doesn’t work.
    If you remove text you remove the header media image also.
    If you remove the link, you will keep a little colored square in the middle of the header image

    Kind regards

    Hans Hagmeijer

    #302404
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code instead.

    .custom-header-content .more-button {
    display: none !important;
    }

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

    #302405
    Hans
    Participant

    Hello Skandha,

     

    This worked fine. Thank you.

    Kind regards

    Hans Hagmeijer

    #302406
    Skandha
    Participant

    @toerfiets: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘remove link form header media’ is closed to new replies.