izzietrip
Forum Replies Created
-
Hi, I’m having the same issue with my website after installing wp 5.5….can anybody help? I am quite desperate
Forum: Plugins
In reply to: [Arconix Shortcodes] Changing the colors and font for accordionok thanks!
Forum: Plugins
In reply to: [Arconix Shortcodes] Changing the colors and font for accordionI amended the CSS as you said and I had done that before already but the color is still black.
I have fixed also the plug in as you said, but nothing changes 🙁Forum: Plugins
In reply to: [Arconix Shortcodes] Changing the colors and font for accordionHere it is
http://www.izzietrip.com/izt/it/italiano-milano-citta-darte-e-borghi-lombardi/The accordions are on the second tab
Forum: Plugins
In reply to: [Arconix Shortcodes] Changing the colors and font for accordionHi John, sorry to bother you. I am having the same problem with the font color…
This is what I typed in my CSS file but while the accordion title got bold, the color remains black and it is not changing at all:
/* All titles */
.arconix-accordion-title {
font-family: ‘tahoma’!important;
background-color: #eae4dd !important;
color: #736450 !important; font-weight: bold!important;
}/* Active accordion title */
.arconix-accordion-title.current {}
/* Mouse-over accordion title */
.arconix-accordion-title:hover {}
What am I doing wrong?
Thanks!