Changing Section font and size?

bradthrashin / 2008-09-13 21:11:37   

How would I go about changing just the size and font type for the Section headers and not the exhibits?

Vaska A / 2008-09-14 05:31:49   

With CSS:

  1. li.section-title {   }
bradthrashin / 2008-09-14 15:23:10   

Ive changed the file to this:

li.section-title { text-decoration: none; color: #ffffff; } { font-weight: bolder; }

But its no bigger than when I stated it to be bold. I also tried putting in 800 instead of bolder, but nothing.

Am I doing it wrong?

bradthrashin / 2008-09-15 00:37:00   

Can someone help on this i'm desperate to get it solved!

jaredh272 / 2008-09-15 03:25:59   

You've got too many squiggly brackets:

  1. li.section-title { text-decoration: none; color: #ffffff; font-weight: bolder; }
bradthrashin / 2008-09-15 04:34:42   

thanks!

zephre / 2008-12-10 22:53:15   

Good evening,

Could please you tell me which file to find the:

li.section-title { }

I've looked in the sample/index.php and in the subsequent CSS files, but can't seem to see it in there.

Thank you

zephre / 2008-12-10 23:03:20   

Oohps - found it in style.css - apologies, I was looking in ie.css

Cheers !

synecticsasquatch / 2009-03-08 18:31:21   

I've done the editing in the style.css file in the sample folder:

li.section-title { text-decoration: none; color: #000000; font-weight: bolder; }

but nothing occurs? Am I overlooking any variables?

adambaz / 2009-03-27 19:54:48   

Where does this html go? Do I change the dreamweaver [css] file on my computer, nd then use my ftp program to upload it to my site? This doesn't seem to work. Or do I put the html in the Settings section?

adambaz.com

Marcossp / 2009-03-30 20:16:31   

Banned for spam.

ivaniannoli / 2009-06-09 05:42:36   
  1. After reading this and other posts, I've looked on my style.css sheet, and I can't find this anywhere...
  2. li.section-title {   } 

...in order to change the fonts, formatting etc. of my section titles/links.

I really have looked through many of these posts, but haven't found exactly where these changes are meant to be made. I'm think that I'm supposed to download the style.css sheet from my site, edit it in dreamweaver (or other editor), then re-upload. But I don't know where to insert these codes/commands within that sheet. Am I supposed to insert this "li.section-title..." stuff myself? If so, where in the style sheet? Am I looking in the wrong place?

Can somebody please let me know where/how to make these changes exactly?

Much obliged!

jasonwilkins / 2009-08-19 04:52:13   

Im completely new, but I'm pretty sure the process you described is indeed correct.

The line of code you are looking for is in the style.ccs file
#menu ul li.section-title { }

MikMa / 2009-09-08 17:54:48   

hello,

I´ve got the same problem, cannot find the place for insert these code in my style sheet.
I really have searched many times in my style.css file and I cannot find something like
#menu ul li.section-title { } .....! Any ideas? Hope someone can help!

cheers

lemathieu A / 2009-09-08 19:28:48   

Did you choose the sample template ? Not the Eatock one ?

herrjaapmans / 2009-09-23 12:49:15   

Hey,

I changed the marge between sectiosn in the menu.
But can't seem to find it anymore... (studpid).
Know it's in the ctyle.css but don't know which line it is anymore.

Hint?

thanks

Vaska A / 2009-09-23 12:51:33   

You mean "#menu ul"?

herrjaapmans / 2009-09-24 02:09:13   

Yes Thanks

jamesiainmckay / 2009-10-17 18:46:26   

this might sound even more rudimentary and for that i apologist, but where are we looking for and editing these #menu and so on? where do i place this code?

on the exhibit section of my site where i create new exhibits.

on my FTP software

or on my servers control panel.

again sorry for this question being so simple, im sure ill get it quick after this!!!

www.peravasatrum.com

arsondpi / 2009-10-17 18:55:07   

Check this thread in the Useful Threads post... (you might want to check the latter - lots of info there)

jamesiainmckay / 2009-10-17 20:13:51   

i see yes, id read that previously however the section below

"find your template set at /ndxz-studio/site/sample/ folder
- index.php is your template
- style.css is your stylesheet
- exhibition formats live at /ndxz-studio/site/plugin/ and begin with 'exhibit'
- plugins live at /ndxz-studio/site/plugin/ and begin with 'plugin'"

find your template set at /ndxz...etc
is this an extention from the web address in firefox, how do i gain access to it in order to manipulate the code?

cheers :)

lemathieu A / 2009-10-17 20:25:34   

via your ftp app

oila / 2009-10-17 20:35:06   

All this adresses mean the servers folders. f.e. you have the 'indexhibit'-folder, inside is the 'ndxz-studio' folder, inside this is the folder 'site', inside this the folder 'plugin' and the final file. (yoursite.com/indexhibit/ndxz-studio/site/plugin/ )
all your page depends on the structure of this folders or directories, so be sure what you are doing before changing anything.
you can upload and download this files via a ftp client like firefox or even with your servers control panel(depends on your host).
If you want to change f.e. the stile.css file you should make sure to copy the original file, because if you change the files and anything happens while being online, they can be lost.
but read first the basic html and css thread in the usefull thread-forum file. i hope that helped a little.

jamesiainmckay / 2009-10-17 20:59:48   

thats great, i think i get it. Take it off... edit and put it back, its just for changing fonts etc.

thanks for the advice appreciate it folks!

Benny_Arts / 2010-01-10 09:37:21   

I've changed the li.section-title to:

  1. #menu ul li.section-title { font:Arial, Helvetica, sans-serif; font-size:12px; color:#F33; }

but nothing happened!!!

arsondpi / 2010-01-10 10:07:32   

ok... what's your address?

junjun / 2010-05-11 20:03:48   
I was trying to figure out how to indent just the exhibits and not the sections, so i built it into a heading in the css, but now my title pages have home blah blah in them, is there a way i can hide that? or somewhere i can put the margin information in so that it wont show?

thanks,
jun

juntown.com

junjun / 2010-05-11 20:03:54   
I was trying to figure out how to indent just the exhibits and not the sections, so i built it into a heading in the css, but now my title pages have home blah blah in them, is there a way i can hide that? or somewhere i can put the margin information in so that it wont show?

thanks,
jun

juntown.com

herve / 2010-06-08 18:58:15   

Hi & Thanks!

Event after reading what's above, I still can't change the font size of my menu bar!!!!!
Where do you go exactly to do that?

I understand that it must be in a CSS folder, but which one? and what Line?

Thanks Much.

herve / 2010-06-08 19:58:11   

Please Help :-)

herve / 2010-06-08 21:10:54   

... :-(

herve / 2010-06-21 16:52:20   

Hello there!

My site is www.kwimo.com

I would like to change the very first line -Herve Kwimo- on the menu section in Black. just that name and not the rest of the section titles.
How do I go by doing that?

Thank you!

herve / 2010-06-21 16:56:00   

Hello there!

My site is www.kwimo.com

I would like to change the very first line -Herve Kwimo- on the menu section in Black. just that name and not the rest of the section titles.
How do I go by doing that?

Thank you!

herve / 2010-06-21 17:00:28   

..Changing -herve Kwimo- from grey to black, it is.

herve / 2010-06-21 17:06:36   

never mind, I found it! ;) Thanks!

Piojos / 2010-07-06 09:30:29   

Hey is it possible to substitute Section titles with an image?
If not, is there a way to change style to each individual section?
For example, if i wanted to have a diferent color each section title?

lemathieu A / 2010-07-06 14:13:05   

Hello.
You can use this tutorial.

Found with "image section title" words in the little search box. And it comes…
;)

Piojos / 2010-07-06 19:12:45   

hehe sorry bout that then, i guess i couldn't find a way to query safely. Thanks, youre a saviour :)

jwhp2 / 2011-01-16 16:35:43   

hi there,

I added

  1. #menu ul li.section-title {
  2.     text-decoration: none; 
  3.     color: #fff;
  4.     font-weight: bolder;
  5.     font-family: Gill Sans MT, bold;
  6.     font-size: 20px;}

to the style.css but Nothing seems to have happened.

I have changed the font family of the whole site by editing the

  1. body{} section right at the top of the Style.css page, but im just trying to change the font size and colours down the left hand side
  2. i.e. the index and not the exhibit!

advice would be greatly appreciated
Cheers

my site is
www.jamespockson.com

Prescottt / 2011-01-27 12:37:37   

where are you doing this? ndxz-studio/site/sample? I am trying to make just my main title bigger.

Vaska A / 2011-01-27 14:32:02   

In Useful Threads read the two links in red...should make these things more clear.

SAMSELLL / 2011-10-09 15:49:11   

This thread has been closed, thank you.