Hello!
I use among others the plugin WCFM (multivendor plugin). In it I wanted to make changes via the Enfold short CSS, but they do not take effect.
Do you have any ideas?
Concerns the the font size of the Vendor-headings in the store list. From H2 to H3
On this page: Link: https://portal.kijuaa.de/anbieter/uebersicht/
The WCFM support wrote me the following CSS code. But when I enter it – as usual – in Enfold-Quick CSS, nothing happens. The font size does not change.
Why?
best regards
Susanne
.page-id-6237 #top #wrap_all .all_colors h2 {
font-size: 20px;
}
Hi Susanne,
Please change the CSS code to this one:
#top.page-id-6237 #wrap_all .all_colors h2 {
font-size: 20px;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
Thank you for that!
But: I need this similar now also for the start page / home (page-id 74) .
But ONLY the headlines of the WCFM store titles must be smaller (instead of H2 just H3) and not all titles. With the last CSS code all titles on the page will be smaller … I need another one.
Please tell me how to change ONLY the WCFM store title font size.
Thanks and greetings