• Hi!
    I’ve implemented the Catch Responsive theme on my site and have two questions.

    1) Is it possible to upload a custom image for the featured content sections? Right now, it’s dynamically pulling the images from the pages I selected, which crops / cuts off the image when it sizes it down.

    2) Is it possible with the free version to change the colors of the navigation menu to anything other than black and white?

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • hello,

    To answer your first question, yes it is possible to upload a custom image with two ways,
    one is by creating a child theme (see here ) but if you do not want to hard code, you can always get the PRO version of this theme (see here ) also if you are using the free version and want to upgrade to the pro version check here.

    Secondly,
    Yes it is feasible to change the color of the navigation menu with custom css, go to admin dashboard => appearance => customize => theme options => custom css and add custom css

    nav-primary{
        background-color: #5F1B1B;
    }

    and so on.

    IF the instructions were unclear you can always check this video made by the theme author

    regards,
    bplv

Viewing 1 replies (of 1 total)
  • The topic ‘Main Navigation Color Scheme & Featured Content Display on Homepage Questions’ is closed to new replies.