Home Page Bottom Sectio

Discussion in 'Slice WordPress Theme' started by niallg, Oct 6, 2014.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    I need to change the Text Colour, Text Size, Upper or Lower Case, Make Bold and Font Size.
    in :
    Home Page Bottom Section Heading
    Home Page Bottom Section Description
    Page Caption

    and Also:
    If I decide not to put any text in these boxes , how to stop your default text from showing.

    The URL is : www.gtksamplepages.com/wp

    Thanks
    Niall
     
  2. Yogesh

    Yogesh Guest

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

    1. Edit custom.js file as shown below in screenshot.

    6oct7.png

    2. To change font-size etc of bottom heading and bottom description use following css in Custom CSS.
    Code:
    .index-fullwidth h2 {
    font-size: size according to you (eg. 26px);
    color: your color(eg. green);
    font-weight: 700;
    text-transform: uppercase;
    }
    .index-fullwidth p {
    font-size:  size according to you (eg. 12px);
    color: your color(eg. red);
    font-weight: 500;
    text-transform: lowercase;
    }
    3. If you don't want bottom text then put some spaces in bottom feature setting in theme option panel or use following css in Custom CSS.
    Code:
    .index-fullwidth {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Yogesh,

    thank you for your assistance, it worked, however I need css to change the Page Caption at the very bottom in the Blue Bar over the small logos on www.gtksamplepages.com/wp.
    Your customer service is excellent, I am going to change all of my sites over to Ink Themes.
    Regards
    Niall
     
  4. Yogesh

    Yogesh Guest

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

    Your site is not working now so when your site will work i will find solution for it.

    Thanks & Regards
    Yogesh Bhade
     
  5. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Yogesh,
    the bandwidth issue has been fixed.
    Regards
    Niall
     
  6. Yogesh

    Yogesh Guest

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

    Your bandwidth issue has not fixed.

    Thanks & Regards
    Yogesh Bhade
     
  7. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Yogesh,
    the bandwidth issue is now fixed, this time, I made it unlimited.
    Regards
    Niall
     
  8. 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:
    .content-bottom {
    color: white;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page