Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12102
    elli
    Member

    Hi I am using Simple Catch for a new site.I noticed that there’s a horizontal line that separates the header and content part.Can you please tell me how to remove it?

    #12104
    elli
    Member

    Oh one more question,how can I remove the flashing black and gray dots under the slider?
    Thanks in advance.

    #12125
    Sakin
    Keymaster

    @elli: I am bit confused about which like you are talking about. You should have posted your site URL. I hope you mean to remove the line. If that is the case then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header { border: none; }

    You can remove the dot background effect in the slider from “Appearance => Theme Options => Featured Post Slider => Slider Effect Options”. You can check “Disable Slider Background Effect” and save it.

    #12164
    elli
    Member

    Thank you Sakin!It works perfectly!

    #12204
    elli
    Member

    Hi Sakin it’s me again! Just now I did some change to simplecatch_functions.php,now the server got error.What I did was add comment symbol to the #controller(/* */),as I wanted to remove it from homepage. Any suggestion to solve the error?

    #12210
    Sakin
    Keymaster

    @elli: Don’t change any code theme files such as simplecatch_functions.php, style.css, functions.php and all. If you want to edit any core theme files then you need build child theme and edit the child theme.

    #12211
    elli
    Member

    I see.Thanks for your fast reply:)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove the horizontal line’ is closed to new replies.