IP.Board Tutorials

[IPB 4]How to make Menu transparent and rounded edges

Submitted by Admin, , Thread ID: 6907

Thread Closed
11-07-2015, 06:51 AM
#1
This will let you make your menu transparent and add rounded edges to menu header and active listed item corners

example:

[Image: NSI8qVJ.png]


Go to ACP -> Customization -> Theme -> click button </> to edit html & CSS

Go to CSS tab and find Custom.css and add the following

Code:
#elSearchNavContainer{
background:rgba(0,0,0,0.5);
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
#ipsLayout_header nav a.ipsNavActive {
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

Save & it should now look like the above picture.

RE: [IPB 4]How to make Menu transparent and rounded edges

#2
tnk
hwo to replase color

RE: [IPB 4]How to make Menu transparent and rounded edges

#3
29-07-2015, 04:36 PM
skins20 Wrote:
tnk
hwo to replase color
of what you want to replace the color?

Users browsing this thread: 4 Guest(s)