aeverse 0 Report post Posted March 18, 2011 See image below. The designer has spec'd a dot-style feature nav superimposed over the media image rather than below it. I have been trying VERY hard to figure out how to use the "dots" styling in iBlogPro. I accidentally got it to work in a PageLinesPro iteration of the site that I was trying to use, but I just don't have time to rebuild the site there. I'm now back to my original, nearly complete site built on iBlogPro. I've tried applying all the css from my accidental version, but can't seem to figure out which PHP pages need to be edited to render the style. How would I do that? Help, please! http://www.hytrainium.com/wp-dev/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 18, 2011 #featurenav a{} #featurenav a.active{} I would target the backgrounds of these rules to eliminate the current background and add your own image of a dot, and a colored dot for the active one. To remove the number you could set the font-size to 0px. If you wanted a quicker fix you could set line-height to 12px and font-size to 0px and get instant sort-of-squarish dots. Use Firefox with Firebug to see all the rules affecting these elements (border, etc.) Share this post Link to post Share on other sites
aeverse 0 Report post Posted March 18, 2011 Great idea. I'll give that a try. Much simpler than what I was trying to do. Thanks! Share this post Link to post Share on other sites
aeverse 0 Report post Posted March 23, 2011 Ok... back on this task after several days on other elements. I actually got the css-based feature nav set up, but just can't get the elements to stack in the right order. I've tried applying z-index numbers to various divs but nothing seems to work. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 23, 2011 Try adding position:relative to the feature-footer css selector. Share this post Link to post Share on other sites
aeverse 0 Report post Posted March 23, 2011 That worked! Thanks Adam! Share this post Link to post Share on other sites