August 16, 2015 at 09:10
#73215
Moderator
Hello, add a new menu item with the class calltoaction, following the attached images 🙂
1. Add this to style.css of child theme
COPY CODE
span.calltoaction {
background-color: #D20707;
color: white;
font-weight: 600;
padding: 10px;
border-radius: 5px;
}
Add a new item in the menu, for example, the purchase page, then add the class to the title, like:
<span class=”calltoaction”>Sample Page</span>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution