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.

White categorie border

4 posters

Go down

In progress White categorie border

Post by Macca_96 January 23rd 2013, 7:40 am

I would like to make my categorical cells have a white border and also make them transparent so I can see the bg image. I assume I will need to write up a CSS. Cheers
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: White categorie border

Post by SLGray January 23rd 2013, 7:49 am

Yes.

Please post your forum's link.


White categorie border Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: White categorie border

Post by Macca_96 January 23rd 2013, 8:32 am

avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: White categorie border

Post by Sanket January 23rd 2013, 1:33 pm

Add this to your css for the border.
Code:
 .main .main-head {
    border-color: #ff0000 !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: White categorie border

Post by Macca_96 January 24th 2013, 11:08 am

ok thanks i changed it to main-content. thats what i want. I also want the border to be thicker. And what about the transparancy?
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: White categorie border

Post by Akkii January 24th 2013, 4:47 pm

You can't make it thicker then 1px.
Akkii
Akkii
Forumember

Male Posts : 710
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!

http://www.csshelp.net

Back to top Go down

In progress Re: White categorie border

Post by Macca_96 January 25th 2013, 8:23 am

Yes you can ive seen it on other forums
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: White categorie border

Post by Sanket January 25th 2013, 8:51 am

Add this code instead of the one above. Just one line more than the previous one of border-width.
Code:
 .main .main-head {
    border-color: #ff0000 !important;
border-width: 2px !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: White categorie border

Post by Macca_96 January 25th 2013, 9:32 am

is there a thread in here that shows all the CSS rules that can be modified?
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: White categorie border

Post by Sanket January 25th 2013, 9:45 am

Read this to understand the basics.
https://help.forumotion.com/t42099-learning-the-basic-css

Solved?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: White categorie border

Post by Macca_96 January 25th 2013, 9:52 am

Just the transpancy thing remains. I want the whole board to be transparent to reveal my bg image
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Back to top


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