Changing link color

Discussion in 'Squirrel WordPress Theme' started by adamsmark, Mar 12, 2013.

  1. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    Thank you again.

    If I may ask 2 more questions:

    1. How do I get rid of the "outline" lines so the page looks more unified and complete.
    2. How do I make it compatible with the iPad and iPhone, particularly the former.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1. For your first issue,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .main-content {
    box-shadow: none;
    }
    2. For your second issue,
    Our all the Theme are compatible with the iPad and iPhone. So you need not to worry about it.
     
  3. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    Thank you but that did not work.

    There is still the "box" outline on my page (DocWellnessWorld.com).
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    What I am referring to is the outline of the entire page. I would like it to look less constrained.
     
  6. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    This would be an example. . . . http://zenhabits.net/

    Notice how there is not a box around the page and it is more open. Thank you.
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    You are using The Cloriato Theme and you have posted your issue in Squirrel Thread section.So please always paste your issue in their respectively Theme Thread section.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    body {
    background-image: none;
    }
    .body-content {
    background: none;
    }
    .top_cornor {
    background: none;
    }
    This will solve your issue.
     
  9. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    THANK YOU!! Much appreciated.
     
  10. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    One more.

    Is there a way to extend the page, particularly the top section so it covers the whole screen.

    Here is an example. . . .http://www.chrisbrogan.com/

    Again, I want to express how much I am thankful for the help you have provided. I appreciate this a great deal.
     
  11. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  13. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    Any idea where I can have this done? Thanks again.
     
  14. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Our Themes are implemented on the 960 Responsive Grid System. So it is not possible to do that with our Theme. If you would try to do that, then the layout will broken.
     

Share This Page