Temporary Theme Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Temporary Theme

    Frank_Wx
    Frank_Wx
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : english

    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/

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6923
    Reputation : 795
    Language : Greek, English

    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%;
    }



    Temporary Theme Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Frank_Wx
    Frank_Wx
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : english

    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.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6923
    Reputation : 795
    Language : Greek, English

    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



    Temporary Theme Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Frank_Wx
    Frank_Wx
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : english

    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?
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6923
    Reputation : 795
    Language : Greek, English

    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



    Temporary Theme Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!