Sorry for asking a simple question... I am looking in the css to change the size of "Welcome guest.. etc " ( as is in the index.php), but I am not able to figure it out.
I would like to change the size down to 1.2 or 1.3em
Tx
Sorry for asking a simple question... I am looking in the css to change the size of "Welcome guest.. etc " ( as is in the index.php), but I am not able to figure it out.
I would like to change the size down to 1.2 or 1.3em
Tx
sorry to bother you again... I am trying to integrate the following css to work with your theme (without any luck, so far).
even when I managed to get the background right, I still had a space between the sidebox heading and article heading.HTML Code:/* newsArchiveSideBox */ .newsArchiveSideBox p.articleHeading { background: #B6C684; border: 1px solid #B49C78; border-bottom: 1px solid #B49C78; padding: 0 0 0 5px; } .newsArchiveSideBox ul.archiveLinkList { list-style-type: circle; line-height: normal; padding: 0; margin: 0 0 0 25px; } .newsArchiveSideBox ul.archiveLinkList li { background: none; padding: 0; margin: 0; } .newsArchiveSideBox ul.archiveLinkList a { text-decoration: underline; }
Any assistance would be greatly appreciated.
right...
http://skygarden.100webspace.net/
tx
open stylesheet_news_sidebox_archive.css
replace the entire contents with the following:
Code:/* newsArchiveSideBox */ .newsArchiveSideBox { margin: 0; padding: 0.4em 0.4em 1.5em 0.4em; background: url(../images/sidebox_content.gif); background-repeat:no-repeat; background-position:bottom; } .newsArchiveSideBox p.articleHeading { padding: 0 0 0 5px; background: #B6C684; border: 1px solid #B49C78; } .newsArchiveSideBox ul.archiveLinkList { list-style-type: circle; line-height: normal; padding: 0; margin: 0 0 0 25px; } .newsArchiveSideBox ul.archiveLinkList li { background: none; padding: 0; margin: 0; } .newsArchiveSideBox ul.archiveLinkList a { text-decoration: underline; }
[QUOTE=clydejones;646610]open stylesheet_news_sidebox_archive.css
replace the entire contents with the following: {DONE}
Works great in Firefox, but have problem in IE. Shows only when you run mouse over the box....![]()
I would like to change the colours is this easy to do and what do I need to do?
Bookmarks