Support » Themes and Templates » Canvas Theme- How to Tweak Lines and Spaces

  • I’m not good at CSS and I am just a copy and paste person. Not understanding even much of the terms. Just following instructions.

    I have three issues on fixing some aesthetics on my blog:

    1. How do you remove the border lines at page navigation (“see older posts, etc)? I tried to pick up the css from inspecting element and apparently removing the px works but when I copy and paste this to the CSS edits area, it does not work. It seems like this was also the reason I got a momentary error from my website (totally blocked from web access). Anyway i can do this easily?

    2. I also need to remove the big space between my woo sidebar tabs and my facebook fan page but could not find a way.

    3. There’s this black line divider for the footwidgets and I can’t find anywhere how to remove it. Any clue?

    My website is: http://confidencecues.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • As that’s a commercial theme, you’ll likely need to get help from Woo Themes support.

    .fan_box .connections {
    border-top: 1px solid #D8DFEA;
    min-height: 93px;
    padding: 10px 0 4px 10px;
    }

    for facebook fan page

    .col-full:after {
    border: medium none !important;
    content: “.”;
    display: block;
    height: 0;
    visibility: hidden;
    }

    css 134 line

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Canvas Theme- How to Tweak Lines and Spaces’ is closed to new replies.