help locating CSS element
-
Hi there, this is my first post so forgive my ignorance, but I have tried everything I can think of and I have an issue which should be easily resolved.
I am currently building a website at https://www.lemonlake.ch using the “AccordInc” theme by TommusRhodus. (I have contacted them but this seems to fall under the category of “customization” which is only supported through a third party support site which I cannot afford at this time.)
The theme is built such that the colorization can be set through the ‘Customize’ section under ‘Appearance,” which consists of a list of elements which you can change the color of (obviously), including Highlight Color, Background Color, Text Color, etc. Here is a screenshot. I am also using the plugin WP Google Fonts to customize my fonts, and as I have learned, most of the time I have to add custom CSS in the Google Fonts with the !important declaration to overwrite the parent stylesheet (I hope my terminology is correct here.)
My question is this: each of the numbered menu items (Agence, Portfolio, etc.) when clicked, changes to the “highlight color” (as described/pictured above) which is fine – however, “highlight color” also dictates the color of the Project Title in the Portfolio section slider. I want to change the CSS to make the Project Titles black. When I right click the title and ‘Inspect Element’ I can see that the Project Titles are coded with the
<h4>
tag. I resolved to make a new font style in WP Google Fonts and then specify that as a different tag (whichever of the ones that aren’t already used, I think I decided on h6) and make all h6 elements black. BUT I CAN’T FIND WHERE IN MY CODE IT SPECIFIES PORTFOLIO TITLE AS H4!!! I can clearly see when doing ‘Inspect Element’ that the element is given the h4 tag, but I don’t know where I go to change that!!! I have searched (using ?F) EVERYWHERE in my stylesheets, and nowhere seems to contain anything remotely close to assigning<h4>
to the Project Title.I really hope this makes sense and that someone can help me. I have done so much research and I can’t seem to figure this out for the life of me!!! It’s infuriating!!!
Thank you in advance!
- The topic ‘help locating CSS element’ is closed to new replies.