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.

Bottom Of category color change(Invision)

2 posters

Go down

Bottom Of category color change(Invision) Empty Bottom Of category color change(Invision)

Post by Nintenex April 27th 2016, 12:10 pm

Hi buds, how are you? I'm currently working on the appearance of my forum categories and i honestly need your help. I want to know if you know of a way i could change the color of this gray line under the category, If not i'd want it removed.
Bottom Of category color change(Invision) Captur10

Nintenex
Nintenex
Forumember

Other / Decline to state Posts : 109
Reputation : 5
Language : English

https://resurgelife.forumotion.com/

Back to top Go down

Bottom Of category color change(Invision) Empty Re: Bottom Of category color change(Invision)

Post by TheCrow April 27th 2016, 12:14 pm

Hello @Nintenex,

Your forum is under construction and we cannot see the problem. Smile

This element in your css:
Code:
.box-content

has a code in it as border-bottom: 10px solid #666;
If you change that color it should fix your problem.
TheCrow
TheCrow
Manager
Manager

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

https://forumote.forumotion.com

Back to top Go down

Bottom Of category color change(Invision) Empty Re: Bottom Of category color change(Invision)

Post by Nintenex April 27th 2016, 2:03 pm

Wish i had it, My style sheet for Css is basically near empty. I'm using the default Invision forum.
Nintenex
Nintenex
Forumember

Other / Decline to state Posts : 109
Reputation : 5
Language : English

https://resurgelife.forumotion.com/

Back to top Go down

Bottom Of category color change(Invision) Empty Re: Bottom Of category color change(Invision)

Post by TheCrow April 27th 2016, 2:10 pm

@Nintenex then add this in your CSS:
Code:
.box-content {
    background-color: #fff;
    border-bottom: 10px solid #2569CF!important;
}
TheCrow
TheCrow
Manager
Manager

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

https://forumote.forumotion.com

Back to top Go down

Bottom Of category color change(Invision) Empty Re: Bottom Of category color change(Invision)

Post by Nintenex April 27th 2016, 2:27 pm

Luffy wrote:@Nintenex then add this in your CSS:
Code:
.box-content {
    background-color: #fff;
    border-bottom: 10px solid #2569CF!important;
}


Thanks luffy, I added this to my css style sheet It isn't working it remains the same color.
Nintenex
Nintenex
Forumember

Other / Decline to state Posts : 109
Reputation : 5
Language : English

https://resurgelife.forumotion.com/

Back to top Go down

Bottom Of category color change(Invision) Empty Re: Bottom Of category color change(Invision)

Post by TheCrow April 27th 2016, 2:29 pm

@Nintenex

Well you need to open the forum because this apparently is shown only in the index and your forum is under construction.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
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