Format text size on blogpost title

Discussion in 'BusinessGrow One Page WordPress Theme' started by sok2016, Jan 20, 2017.

  1. sok2016

    sok2016 New Member

    Joined:
    May 20, 2016
    Messages:
    5
    Likes Received:
    0
    Hello.

    How can I change the size on blogposttitle . I tried to paste below in the styling without success

    .featured_blog_content .post .post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.176em; (instead of default 1.412)
    width: 100%;
    }

    I also like to make the space between the title and the above (date an created by:)

    Best Regards

    Sören Ödmark
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. sok2016

    sok2016 New Member

    Joined:
    May 20, 2016
    Messages:
    5
    Likes Received:
    0
    Thank you for answering

    The klipp is from recent blog. I like to format the heading of the novelty. I managed to take away the link of the heading but not format the heading appearance. I like the heading bigger and bold.

    The site is htto://www.ssvvo.com

    Best Regards
    Sören Ödmark
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thanks for the screenshots:

    For this, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .featured_blog_content .post .post_title a {
        font-size: 20px!important;
        font-weight: bold;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. sok2016

    sok2016 New Member

    Joined:
    May 20, 2016
    Messages:
    5
    Likes Received:
    0
    Thank You.

    It works perfect.
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Welcome :)
     

Share This Page