The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Temporary Theme

2 posters

Go down

In progress Temporary Theme

Post by Frank_Wx March 10th 2017, 9:00 pm

Hello,

I created a temp theme and it messed up all my dimensions. How do I make my banner fit to size and it looks like the box where the forum titles are located got messed up too?

http://www.njstrongweatherforum.com/

Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

In progress Re: Temporary Theme

Post by TheCrow March 10th 2017, 9:14 pm

Hello,

For the banner add this in your CSS:
Code:
#logo img {
    max-width: auto!important;
    width: 100%;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Temporary Theme

Post by Frank_Wx March 10th 2017, 9:42 pm

That worked great. Thank you!

Temporary Theme Help10

My last question is how do I change the color of the blue here? I don't see a setting in the admin panel. I also want to change the color of the text.
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

In progress Re: Temporary Theme

Post by TheCrow March 10th 2017, 10:54 pm

Hey,

Try adding this in your CSS:
Code:
.forabg {background-image:none}
.forabg li.header dd{ color:#XXXXXX}
and replace #XXXXXX with the hex color your want! Wink
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Temporary Theme

Post by Frank_Wx March 11th 2017, 9:11 am

Thank you. This worked! I noticed some of my members avatars are too wide and extend into the text box. Anyway to adjust those?
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

In progress Re: Temporary Theme

Post by TheCrow March 11th 2017, 1:14 pm

Frank_Wx wrote:Thank you. This worked! I noticed some of my members avatars are too wide and extend into the text box. Anyway to adjust those?
Add this in you CSS:
Code:
.postprofile dl dt a img {
width: XXpx;
height: XXpx;
}
and replace the XX with the number of width and height you want! Wink
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum