How can i make my portal
2 posters
Page 1 of 1
How can i make my portal
How can I do my portal like round edges and put a background a round it, like forumotion here's a picture
How can i do the round edges around the portal and make a background on my portal
How can i do the round edges around the portal and make a background on my portal
Re: How can i make my portal
Hi!
Add this code to CSS Stylesheet:
Replace #FBFBFB by background color of widgets.
Add this code to CSS Stylesheet:
- Code:
#right .module .main-head{
background-color: #FBFBFB;
border: 0px !important;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#right .module .main-head h3{
border-bottom: 1px solid #0088FF !important;
}
#right .module .main-content{
background-color: #FBFBFB;
border: 0px !important;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
Replace #FBFBFB by background color of widgets.
Guest- Guest
Re: How can i make my portal
BadHaxers wrote:thanks Coddy
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to make ads and forums in portal?
» How to Make an Element in My Portal Only Appear Logged in
» how to make portal view in forum
» How to make PORTAL your HOME PAGE??
» how to make portal page not as homepage
» How to Make an Element in My Portal Only Appear Logged in
» how to make portal view in forum
» How to make PORTAL your HOME PAGE??
» how to make portal page not as homepage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum