rohanperry
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotery: Quote of The Day] Social buttons not showing upThe social links icons not showing. But if I hover over the area I can see the thread & use it. I tried different browsers to see if that was the problem but it is the same.
Yes, didn’t see the solution to this.
Forum: Themes and Templates
In reply to: content background opacityThanks this helped me a lot.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeI finally got it.
#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #0b55a1;
color: #fff;
display: block;
width: 158px;
font-size: 12px;
margin: 0;
padding: 7px 14px 7px 14px;
border-top: 1px solid #0b55a1;
border-left: 1px solid #0b55a1;
border-right: 1px solid #0b55a1;
border-bottom: 4px solid #0b55a1;
position: relative;
}#nav li ul {
z-index: 9999;
position: absolute;
display: block;
left: -999em;
height: auto;
width: 180px;
margin: 0 0 0 0px;
padding: 0px;
border-right: 1px solid #0b55a1;
border-top: 1px solid #0b55a1;
border-bottom: 4px solid #0b55a1;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
overflow: hidden;
-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 0 6px;
}Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeStill not getting my desired result.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeI get the border radius but it is coming on each item list in the drop down menu. I just want it on the bottom left & right of last item in the list.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeIs there a specific line it must be in. Meaning above margin or below or anywhere else in the declaration.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeI add border radius to the above declaration but no change.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themeCheck under media.
Forum: Fixing WordPress
In reply to: Using border-radius for dropdown menu in corporate themethis is site i’m working on bcofjc.org
I got the same thing and i did what they say, but same result.
Forum: Fixing WordPress
In reply to: Read More on Pages other than Post, YIKESI’m new to wp, but learning quickly. can u just give me a live example like on youtube or a more detailed example with actual paragraphs.
Thanks