Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #108226
    Landhauskunst
    Participant

    Hello from Germany,

    my english is not so good but i hope i can explaine my question. I use for my website http://www.landhauskunst.de the free theme catch responsive as a childtheme and made some featuring. i dont know how to change the color of the rss and latest post?

    i also dont know, why in the mobile view on smartphone, the width of the site is a little bit too wide so i can scroll left an right. Can someone help me please!

    Thx

    #108244
    Mahesh
    Participant

    @landhauskunst: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    /* Post title color */
    .entry-title a {
        color: #ff00ff;
    }
    /* RSS color */
    .rsswidget {
        color: #ff00ff;
    }

    The issue on mobile view, I think its because of some custom CSS or plugins. Please check your Custom CSS or try disabling plugins and check again.
    No such issue on our server. Please check our demo.
    https://catchthemes.com/demo/catch-responsive/

    Regards,
    Mahesh

    #108262
    Landhauskunst
    Participant

    Hello Mahesh,

    thank you so much for your quick response. First i have to thank, changing the color of rss text color was simple.

    But the wide of mobile view is already. I deactivat all plugins, no better results. then i activate the original catch responsive theme, not the child theme but it dosnt work. when i switch to another diffrent theme the wide is ok on mobile view. i dont know where the mistake in css is to find.

    the demo in your link is ok, a view weeks ago, i search to find this mistake.

    wishing u a nice sunday

    #108508
    Landhauskunst
    Participant

    Has anyone another idea how i van fix my problem with the mobile view? On Google search console i also get some trouble reports because mobile friendly….

    #108537
    Mahesh
    Participant

    @landauskunst: I guess some Custom CSS or modification on your site is causing the issue.

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catch Responsive Mobile width and Color Footer RSS’ is closed to new replies.