Font size of wording above featured sites slider too large in v2

Discussion in 'GeoCraft WordPress Theme' started by rogerb, Oct 5, 2014.

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

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Having upgraded to v2 of Geocraft I find that the font size is greatly increased on the wording above the featured sites slider on the home page.

    See: http://www.eastnorthantsguide.co.uk/

    How can I change it to a more normal size as it was before the upgrade?

    Same problem applies to the "Recently Added Listings and Guides" wording on the home page.

    Thanks

    Roger B
     
  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.info_detail {
    font-size: 21px;
    }
    .content_wrapper .featured_content h1.featured_title {
    font-size: 20px;
    }
    Increase or Decrease font-size as your requirement.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    OK thanks for that Yogesh.
     
Thread Status:
Not open for further replies.

Share This Page