Poloray Homepage Bottom

Discussion in 'Poloray WordPress Theme' started by maureenlifecoach, Dec 1, 2012.

  1. maureenlifecoach

    maureenlifecoach New Member

    Joined:
    Nov 25, 2012
    Messages:
    2
    Likes Received:
    0
    Hello,

    I would like to delete the "Right Link Panel feature" from the homepage Bottom.

    Also, I would like to be able to change the font and text sizes to include headings and spacing on the "Left Feature Description"

    Each time I add text it reformats to plain text in one paragraph.

    If it is not possible to change the font I would simply like to delete that option as well.

    Thanks :)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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


    Code:
    .linkpanel {
    display: none;
    }
    2.For your second issue

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

    Code:
    .main_content h2 {
    font-family: symbol;
    font-size:20px;
    }
    .main_content p {
    font-family: symbol;
    font-size:16px
    }
    

    Inplace of "symbol" put your font type.
    Adjust font size as per your requirement.
     

Share This Page