• Resolved dmo85

    (@dmo85)


    Hi there,

    How do I remove the theme credit and page titles in body section?

    is it possible to change the menu colors?

    Thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Your queries have been answered in detail below.

    How do I remove the theme credit and page titles in body section?

    To remove the credit please and title in body section add the below given CSS on

    Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS

    .col5.powered-by {
        display: none;
    }
    #content h2.entry-title {
        display: none;
    }

    is it possible to change the menu colors?

    Yes, it is possible to change the menu colors. You have two ways to do that either select another color scheme from Dashboard -> Appearance -> Customize -> Colors

    or

    let us know the color you would want your menu to highlight we will provide you the custom CSS accordingly.

    If you have anymore queries and want a quick response please visit the theme’s official forum at https://catchthemes.com/support-forum/

    Best regards.

    Thread Starter dmo85

    (@dmo85)

    Thanks that works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove theme credit and page title in body section’ is closed to new replies.