Changing the website title in black and bold (like indexhibit)

matteobianchi00 / 2012-10-04 23:13:38   

Ciao!
I would like to change the website title in black and bold, like the Indexhibit website (and possible assign it the h1 tag).

Is it possible trough CSS?

Thanks!

matteobianchi00 / 2012-10-04 23:50:53   

Done in the settings/theme pre-nav text window.

matteobianchi00 / 2012-10-05 00:01:57   

Done the h1, done the bold, but still searching how to turn the gray into black...

Vaska A / 2012-10-05 07:26:20   

You have to do more than that...style the link inside of h1:

  1. h1 a { color: black; ... etc ... }
matteobianchi00 / 2012-10-05 10:59:38   

I changed this:
/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

into this:
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h1 a { font-size: 13px; margin-bottom: 1em; font-weight: bold; color: black; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

correct? (doesnt't work) :)

matteobianchi00 / 2012-10-05 12:25:48   
{{obj_name}}

in pre nav text?

matteobianchi00 / 2012-10-05 12:26:54   

/* {{obj_name}} */

matteobianchi00 / 2012-10-05 12:28:33   

ok, works in pre nav text

Leetomic / 2012-10-27 12:15:26   

Hello,
I am making my new website with indexhibit2!

and I want to change the color of website title.
I am not good at css or html. so i don't know how to do it even though i tried.
I know where Pre nab part and Style.CSS. It seems like you are talking about Pre nab part. In my pre nav part it's like this

{{obj_name}}

So how can i modify this to change the website title from grey to black?

My web site is here and I am talking about "LEETOMIC"'s color.
leetomic.com

arsondpi / 2012-10-27 12:34:44   

Hello!

Try something like

  1. #index h1 a {
  2.      color: #FF00FF;
  3. }
Leetomic / 2012-10-27 16:17:20   

Thank you for your reply.
But I am sorry, i try to put your code into pre nav section.
but i don't know how and where to put them.. because i don't know about html

{ it looks like this {{obj_name}} }

But how to connect your code with original code?????
Sorry, I spending almost 2 hours for this..

Vaska A / 2012-10-27 16:22:59   

Put it in the style.css file near the end.

arsondpi / 2012-10-27 16:23:09   

you don't insert this in the index.php - this is css, so add this to the style.css (Admin->Assets->style.css)

Leetomic / 2012-10-27 17:31:05   

Thank you !!!!!!!!!!! it works!!!!!!!!!!

This thread has been closed, thank you.