Remove Lines on Blog Title in Mobile

Discussion in 'Dzonia WordPress Theme' started by endgamepr, Dec 17, 2015.

Thread Status:
Not open for further replies.
  1. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    I've noticed in the mobile template, I have some lines showing up in the title of blog posts. I tried to take a screen shot and it didn't show up all that well (which is strange) so I took a picture of it. How do I remove these?
    2015-12-17 08.53.27.jpg
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    It would be difficult for us to give you any solution without having any look over your site...

    So please send us your site URL so that we can better assist you.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Sure thing. Here's the link: http://eprwebdesign.com/endgamepr/

    It's only in the mobile version on the blog page. The first blog item title shows those lines, and when you click on any individual blog item, it shows those lines. So, it's something in the blog template but I can't find it.
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .content_wrapper .content .post .post_title {
        line-height: 48px;
        font-size: 22px;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    That's better than it was, but I still don't like the way it looks. Is it possible to remove those lines altogether?
     
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .page_navi_bg {
        background: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Perfect. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page