Borders ever after theme
-
Hi,
I’m struggeling with the ever after theme. I really like the layout, just not the borders. How can I make those invisible in CSS?
And the color inside of the borders (inside the framework if you will), how can I change that?The blog I need help with is: (visible only to logged in users)
-
OK, so I just figured out how to change the color inside of the border to white…
Now I just need the border with the weird shadow and de “double-lined-border” to be invisible -
Try adding this to your custom CSS:
.site-navigation { border:none!important; }It also looks like your first custom rule is a bit broken, I’d try removing or fixing it just in case it’s causing any problems.
If you have any other questions the right people are more likely to see your posts if you create them in the specific CSS customisation forum.
-
Thanks! I’ll try that!
Yeah, i’ve been puzzeling a bit with CSS, so there might be some more bits broken, but it’s fun to figure it out! -
I know! Try deleting this bit:
background: url(/wp-content/themes/pub/ever-after/images/ornament.png) no-repeat 50% botto{ color:#FFF }because at the moment it’s a style without a selector so is having no (positive) effect on your site. If you want help trying to fix it just let me know what it was supposed to be doing and I can talk you through it.
- The topic ‘Borders ever after theme’ is closed to new replies.