- This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Photo Perfect Pro › Menu + Sign Removal
Tagged: menu bar
I have had complaints from site users that the plus sign icons in the menu bar are confusing.
Is there a way to remove the + signs from the menu bar but still keep the hoover drop down menus intact?
I have added this coding into the Additional CSS:
.dropdown-toggle.toggle-on:after,
.dropdown-toggle-cat:after {
display:none;
}
.dropdown-toggle:after,
.dropdown-toggle-cat:after {
display: none;
}
PROBLEM/ QUESTION:
However, there is still a gap where the plus/minus signs used to be. What coding will reduce that gap?
Hi Sortas,
Please use the following CSS
@media only screen and (min-width: 767px) {
.sticky-menu-enabled #main-nav li.menu-item-has-children > a, .sticky-menu-enabled #main-nav li.menu-item-has-children > a {
padding-right: 7px;
}
}
Regards,
Sanam
Perfect! Thank you!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



