Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Issues with css sheet changes

    Hi All,

    I have run into a couple of issues and hoping someone can help me out.

    I made changes to my css and it's the changes are showing up on the sheet but not showing up on my site.

    for example,
    I changed my sidebox headers and my navwrapper header to #cccccc and #ece9d8 respectively, and they are still showing up as blue???

    also anyone know how I can enlarge the font size on the links in the navmain wrapper and the EZpages wrapper?

    And last, but probably not least, anyone know how I can make the 'white' space between my customized header and the EZpages wrapper smaller...can't seem to find it

    thanks so much!!

  2. #2
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: Issues with css sheet changes

    if you are referring to the site in your signature,

    you need to make the changes in

    includes>templates>maria>css>stylesheet.css

    maybe you where using the wrong stylesheet?

    the line for the sidebox headers is 541, just get rid of the background image and replace color with yours

    For the link size you sould be able to add this rule to line 21

    font-size: 15px; (change to appropriate size)


    To remove the white space, open

    /httpdocs/includes/templates/template_default/common/tplheader.php

    Inside, Right after

    "<div id="logoWrapper">
    <!-- <div id="logo"></div> -->
    </div>"

    you need to remove

    <br class="clearBoth"/>

  3. #3
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Issues with css sheet changes

    Quote Originally Posted by stri8ed View Post

    the line for the sidebox headers is 541, just get rid of the background image and replace color with yours

    For the link size you sould be able to add this rule to line 21

    font-size: 15px; (change to appropriate size)


    To remove the white space, open

    /httpdocs/includes/templates/template_default/common/tplheader.php

    Inside, Right after

    "<div id="logoWrapper">
    <!-- <div id="logo"></div> -->
    </div>"

    you need to remove

    <br class="clearBoth"/>
    thanks so much for your response! The first suggestion worked, but the 2nd two didn't. Adding the font size to line 21 only increased the font for the descriptions listed directly under the images in the Center box. i was hoping to enlarge font size of links shown directly under my header and on the top bar (Home & Log In).

    Also, still having issues with the white space...any other ideas?

  4. #4
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: Issues with css sheet changes

    try adding this rule:



    #headerWrapper a {

    font-size: 18;

    }



    and to remove the white space,


    i still see the

    <br class="clearBoth"/> right after


    <div id="logoWrapper">
    <!-- <div id="logo"></div> -->
    </div>


    you need to remove it,

    if its not working in /httpdocs/includes/templates/template_default/common/tplheader.php


    maybe you have a file overwriting it

    check if you have

    /httpdocs/includes/templates/YOUR-TEMPATE-NAME/common/tplheader.php


    if yes remove it there

  5. #5
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Issues with css sheet changes

    kudos on the spacing thing! got it working. For future reference if I decide to add back a white space (maybe make it smaller than it was before), would I be able to change that directly on my css sheet?

    As for the font size, can't seem to get it to work I guess I'll play around with it for a while to see if I can figure it out.

    thanks!

  6. #6
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: Issues with css sheet changes

    to do add space from the stylsheet

    add a margin-bottom to logoWrapper div:

    #logoWrapper {

    margin-bottom:10px; (etc)

    }



    last try for the top links

    add this rule to stylsheet:

    a.category-top {

    font-size:15px;

    }

 

 

Similar Threads

  1. Replies: 0
    Last Post: 14 Oct 2014, 08:27 PM
  2. issues with upgrading and the admin changes
    By Catattak in forum Upgrading to 1.5.x
    Replies: 25
    Last Post: 30 May 2012, 09:17 PM
  3. Newbie in a pickle with making changes to CSS sheet
    By sherryafo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Apr 2008, 05:40 AM
  4. css row changes with Future Zen template
    By hsitz in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Aug 2006, 05:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg