Blog Page Issue

Discussion in 'RoadFighter WordPress Theme' started by v4sb, May 4, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    When you click on my blog page, the one that lists multiple blog excerpts in a row, the page looks fine; however, if you click on 'read more' or 'continue reading' which brings you to the full blog post, the page is all messed up. It overlaps my home page logo and menu area on top of the header that is set for all other pages except the home page. I need these posts to have the same header, menu area and background as the rest of the website aside from the home page. You can view the "stewardship" page or the "history" page, etc. to see the header and menu area the way it should look. I have attached a screenshot of the overlapping logo and header/menu elements. [​IMG]
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have resolved your issue.
    Please have a look at your website.

    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    thank you. this did resolve that issue.

    I would like to change the blog font so that it does not have the shadow. Can we remove the shadow?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_content {
      text-shadow: none !important;
    }
    Thanks,
    Praveen
     

Share This Page