Viewing 4 posts - 21 through 24 (of 24 total)
  • Author
    Posts
  • #237325
    Marcooooo
    Participant

    Hi Sakin,

    I will try this.

    I’m looking for the catch box pro version. Is it possible t make a migration from the catch box to the catch box pro, or should I start again from zero with a new child theme?

    Regards,

    Marc

    #237417
    Sakin
    Keymaster

    Hi Marc,

    When I look at your theme. Most of the edits you made in that child theme don’t need child theme after you upgrade to the Catch Box Pro theme. As the Color and are there in Customizer itself.

    All your custom functions and code in your child theme of Catch Box will be fine. First, upload the Catch Box Pro theme on your site. Then you need to change the following your child theme style.css.
    Replace Template: catch-box with Template: catch-box-pro

    Regards,
    Sakin

    #237543
    Marcooooo
    Participant

    Hi Sakin!

    One more request, regarding the way an article is displayed :
    https://www.habitation.ch/salon-habitat-jardin-2020/

    I can read my article, that’s fine. But I just want the article and not the next block (for choosing previous ou next article). Is it possible to hide this?

    Thanks a lot in advance!

    Regards,

    Marc

    #237570
    Sakin
    Keymaster

    Hi Marc,

    Yes, you can simply add the followingCSS to hide the post navigation.

    .single-post #content nav {
        display: none;
    }

    Regards,
    Sakin

Viewing 4 posts - 21 through 24 (of 24 total)
  • The topic ‘Change the background color of the header’ is closed to new replies.