Change text size for one particular location in my homepage?

Discussion in 'GoldenEagle WordPress Theme' started by candice, Apr 18, 2014.

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

    candice New Member

    Joined:
    Jun 18, 2013
    Messages:
    20
    Likes Received:
    0
    Hi,

    I need help size down where I wrote "Building this webpage to share my love about tiny house. Last update 4/17/14." It just too large, won't fit too many words there. http://littletinyhouse.com/

    Help?
    Thanks!
    Candice
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content h1 {
    font-size: 22px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. candice

    candice New Member

    Joined:
    Jun 18, 2013
    Messages:
    20
    Likes Received:
    0
    Worked, thanks Gourav! Last question:
    Since I pasted all kinds of Customm CSS code in there, if I want to make a note give explanation what each code for incase I need remove or do changes later , what is the symbol or marks I can put my note in right before the code and will not interfering with code?

    Thanks!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can use CSS Comments to explain your code in the Custom CSS section of your dashboard.
    Click on the link given below for more detail.
    http://www.w3schools.com/css/css_syntax.asp

    I hope this will help you.
     
  5. candice

    candice New Member

    Joined:
    Jun 18, 2013
    Messages:
    20
    Likes Received:
    0
    Well done! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page