Post problem in Firefox browser

Discussion in 'BlackWell-WordPress Business Theme.' started by vesity, Oct 6, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. This is a screenshot of the blog post section on the home page. The first thumbnail is in Safari, where it looks fine, and "read more" is removed, as desired. The second thumbnail is in Firefox, where "read more" is randomly added.
    Screen Shot 2014-10-06 at 9.59.41 AM.png

    Screen Shot 2014-10-06 at 9.17.38 AM.png
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.read_more{
        display:none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page