Create A Forum - Support Forums

Support => Style Support => Topic started by: Ba'al on November 13, 2018, 06:37:12 pm

Title: How do i get rid of the watermark on my header?
Post by: Ba'al on November 13, 2018, 06:37:12 pm
Hey,how do i get rid of the watermark on my header image, i use photobucket because i have tried a few other host sites
and for some reason when i use those the image won't show up on the mobile version.


Is there any way other than paying photobucket to remove it by using a pay service?
Title: Re: How do i get rid of the watermark on my header?
Post by: CreateAForum on November 13, 2018, 06:45:00 pm
You could host the image in our image hosting under admin -> header and footers -> image hosting
Title: Re: How do i get rid of the watermark on my header?
Post by: Ba'al on November 13, 2018, 06:50:51 pm
You could host the image in our image hosting under admin -> header and footers -> image hosting
i dont see image hosting in there.
Title: Re: How do i get rid of the watermark on my header?
Post by: CreateAForum on November 13, 2018, 07:15:12 pm
Oops I mean File Manager.
Title: Re: How do i get rid of the watermark on my header?
Post by: Ba'al on November 13, 2018, 07:27:35 pm
Cool, worked
Now,where in the CSS would i find the script to change that background color behind the image?
Title: Re: How do i get rid of the watermark on my header?
Post by: CreateAForum on November 13, 2018, 07:29:55 pm
That's this line
Code: [Select]
/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
color: #444;
}
Title: Re: How do i get rid of the watermark on my header?
Post by: Ba'al on November 13, 2018, 07:33:34 pm
That's this line
Code: [Select]
/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
   color: #444;
}
ok,thanx Great help as usual
Title: Re: How do i get rid of the watermark on my header?
Post by: Ba'al on November 13, 2018, 07:37:56 pm
hmmm that hex code of #444 is gray,my color is blue, i want the background which is blue on my style. Is that #444 the text color?