2 replies
  • WEB DESIGN
  • |
Hey everyone i am struggling to sort my site out Local Marketing Digital
i am just wanting basic arial text 12px but for some reasons it is not changing and it looks terrible not professional looking at all if some one can advise me of how i can change it i would very grateful,

i have tried going into the stylesheet and changing a few things but to no avail i have tried doing it on the page editor which didnt work im really stuck and not sure what to do if i dont get it sorted i think i might have to start from scratch

thanks
Paul
#problems #website
  • Profile picture of the author Tomos Wyn
    When looking at:

    Code:
    http://www.localmarketingdigital.com/wp-content/themes/enterprise/style.css
    Your body {} tag looks like this:
    Code:
    body {
    	background: #ffffff;
    	color: #000000;
    	font-size: 12px;http://dev.studiopress.com/sitemap
    	font-family: Arial;
    	margin: 0 auto 0;
    	padding: 0;
    	line-height: 20px;
    	}
    Try removing the URL you have in there so it looks like so:
    Code:
    body {
    	background: #ffffff;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
    	margin: 0 auto 0;
    	padding: 0;
    	line-height: 20px;
    	}
    {{ DiscussionBoard.errors[4348179].message }}
  • Thanks how simple that was it worked and looks a lot better thanks very much tomos,

    Paul
    {{ DiscussionBoard.errors[4348258].message }}

Trending Topics