Width of pages and font size

Discussion in 'ColorWay WordPress Theme' started by faunlf, Jan 31, 2015.

  1. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    My site was recently hacked. I renamed the folder for the previous version of colorway pro in my ftp files, and then uploaded the lastest version of the theme.

    Now, the pages are totally filling the pages and the font size/style is off.

    Site: www.heartscommunicate.com

    I'd like to get it back to the way it was pre-hack... can you help?? Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Width of page in updated version are made wider than the earlier version.
    We can provide you the custom code to manage the width.

    Also, provide us some edited screenshot regarding the font issue.

    Thanks,
    Praveen
     
  3. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,

    Thanks!

    Not sure what you're looking for regarding the font... the size is extra-large on the main page, perhaps because the page width is greater? And there is no background texture as with the previous version.

    What I'm looking for is a way to decrease the width of all pages, decrease the font size in the front page first text area, and put the original/previous background on all pages.

    Thanks again!
    Faun
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi faun!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .container_24 {
    width: 960px !important;
    }
    h1.title {
    font-size: 118% !important;
    }
    Thanks,
    Praveen
     

Share This Page