Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Header breakers help Reply To: Header breakers help

#280852
Beverleyh
Participant

A helpful response to the current question format unfortunately relies on a potential helper having handy access to a live website using the theme you specified, and a desire to poke about in an unfamiliar codebase via the developer toolbar (which is only available on desktop). This is going to severely limit the likelihood of receiving help.

To improve our ease of offering help, and increase your chances of receiving it, try extracting the pertinent HTML and CSS (via the aforementioned developer toolbar – F12) and creating a live demo in CodePen. Note that we only need minimal code – just enough to illustrate the problem. Help us to help you.

In the meantime, as a general tip, try looking into the :nth-child() selector and/or :nth-of-type() selector in order to target the element without adding specific element classes (assuming that is the issue you’re having).