Joe LeBeau
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navbar border is gradient for some reason?Thanks for your reply. I’m using the frisco theme on buddypress downloaded right from wordpress. I hid the default navbar ‘using css’ that comes with the frisco theme so that I could code my own. I made sure that the new #id’s and .classes were different from the old nav. Now I wanted to put a border on the right with a solid color and it is gradient from top to bottom. It is especially noticeable if I expand the width of the border. Any ideas? Thanks- Joe.
Forum: Fixing WordPress
In reply to: Header bottom shadow upon scrolling.All that I have right now is a static shadow under my blue header. I used the ‘box-shadow: 0 0 6px;’ property in CSS under my ‘#header #searchbar’ selector. I am trying to get it to only appear when the page is scrolled and disappear when returning to the top.
Forum: Themes and Templates
In reply to: Change css of "nav-wrap" on front/home page only?Ok, thanks
Forum: Themes and Templates
In reply to: Change css of "nav-wrap" on front/home page only?correct
Forum: Themes and Templates
In reply to: Change css of "nav-wrap" on front/home page only?I only did it this way because frisco is already a child theme and would be difficult to edit.
Forum: Themes and Templates
In reply to: Change css of "nav-wrap" on front/home page only?I’m named the folder bp-default-child…so technically it’s a child of the bp-default, but I copy and pasted all of the files from the frisco theme into this folder. So it is the same as frisco except for some css/php changes.