woronczak
Forum Replies Created
-
For anyone else who has this issue, the data is located in the MySQL database field wpx9_postmeta. Find the post number of your accordion from it’s edit page in wordpress and the information will be under wpsm_accordion_data
I have this problem as well.
Built up a big accordion and after a save, all the data is gone. All the other accordions work.
Can you tell me where exactly to look for the data in the MySQL database?
Cheers
Hi there. It is https://the.emergencyphysio.com/assessment/regional-assessment/knee/examination/
Go to the Valgus stress test tab as an example.
Cheers
Forum: Themes and Templates
In reply to: [GeneratePress] Background color of submenuSolved
Forum: Themes and Templates
In reply to: [GeneratePress] Background color of submenuIt’s OK, I figured it out. I really had no idea what I was doing, but struck gold!
To get all the hover over and focus on menu backgrounds to a different colour, add this to the custom CSS (change the background-color to whatever you like – this gives you dark blue with white writing)
.main-navigation .main-nav ul li > a:hover,
.main-navigation .main-nav ul li > a:focus,
.main-navigation .main-nav ul ul li > a:hover,
.main-navigation .main-nav ul ul li > a:focus,
.main-navigation .main-nav ul ul li.sfHover > a,
.main-navigation .main-nav ul li.sfHover > a {
background-color: #2b0C9b;
color:#ffffff;Forum: Themes and Templates
In reply to: [GeneratePress] Background color of submenuHi Leo.
I have been using custom CSS for the rest of the changes, but I can’t seem to find the bit that changes the colour of the current secondary menu item (as in the above example on my website). Any ideas which code it is for that?