hello,
i am trying to use massage spa pro and i have some problems:
1. I have one menu button with 11 sub-menu buttons – and you can not see all the sub-menu buttons on desktop view (because the list is too long and they are not responsive / turn in 2 or 3 collums)
2. in “latest news” section i want to hide the “posted by (in my case admin user) ” and “date” text, and rename the “read more..” button with “citeste mai mult…”
3. I want to hide/disable the “subscribe” button and “your email” box form the footer section
2. To remove Posted by and date from latest posts section
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box .news-box .PostMeta, .post-date { display:none !important; }
To change the Read More button text
Go to the Appearance -> Theme Options -> Basic Settings -> Change read more button text for latest blog post section
3. To remove Subscribe form from footer section, add below css code in custom css box #footer-info .cols-2 .widget-column-1 { display:none !important; }
Please do this changes and let me know if you have any question.
Regards
Grace Themes
This reply was modified 3 years, 11 months ago by Grace Themes.
1.the problem was for primary menu (not footer menu). I solved it by dividing the 11 sub-menus from one button – in two buttons with 5 and 6 sub-menus.