Advertisement:

Author Topic: How to Change Font and Background Color of Titles ...Gray line as shown in pic  (Read 1723 times)

Darwazo

  • Full Member
  • ***
  • Posts: 113
Champs !! help pls.
How to Change Size, Font and Background Color of Titles , .....
Ciao !!

_carlison

  • Full Member
  • ***
  • Posts: 134
Hi,

You can find in main.css
Quote
.welcome-message {margin: 0;float: left;
}

Replace above line with below code

Quote
.welcome-message {margin: 0;float: left;font-size:20px; text-color:red;background-color:grey;
}

You can change font size and color code according to your choice. If you face any problem then you can ask again.

Darwazo

  • Full Member
  • ***
  • Posts: 113
That was perfect _Carlison. Thank you very much

Please one more relevant question....How to change default background of Titles ? i.e. how to change this Gray colour of Title Bar??? 

thanks

tito

  • issues
  • Sr. Member
  • *
  • Posts: 397
what is your website

Darwazo

  • Full Member
  • ***
  • Posts: 113
Dear Tito - thank you message.
My website is darwazo.com
 
im using osclasswizard theme and i'm trying to change title / header / search bar !! but not sure not to change background color of top gray title and search bar.

I am using localhost before I make changes on main website.

Thanking you again

tito

  • issues
  • Sr. Member
  • *
  • Posts: 397
why dont you use firebug or so

https://prnt.sc/gffiek

Darwazo

  • Full Member
  • ***
  • Posts: 113
Thank you Tito....b/c of you I believe I have learned alot now ;)
But last item remain is TITLE AREA BACKGROUND , Still trying to figureout .....Pls. any idea?

THanks

_carlison

  • Full Member
  • ***
  • Posts: 134
For tiltle background, you just follow our same last message in same topic.

Hi,

You can find in main.css
Quote
.welcome-message {margin: 0;float: left;
}

Replace above line with below code

Quote
.welcome-message {margin: 0;float: left;font-size:20px; text-color:red;background-color:grey;
}

You can change font size and color code according to your choice. If you face any problem then you can ask again.

so you can edit your css and change some code in your css as per your title background.

Darwazo

  • Full Member
  • ***
  • Posts: 113
Wow ... my bad
It's not fair , CSS accept colors in words, hex codes , rpga etc  :o.  No consistency at all.
Anyways , I'll check it and between thank you very much - u guys rocks

Darwazo

  • Full Member
  • ***
  • Posts: 113
Dear _Carlison,

Let me rephrase my Question

I want to change "BACKGROUND OF FULL WELCOME BAR". - which is grey color. NOT BACKGROUND OF WELCOME MESSAGE?

Please
Thank you