Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #683910

    We are a paint company and need to have a free quote botton on the top of the page in menu next to search button. How do I get this feature and how do I get it added to menu spot.

    Check caligreepaint.com for reference on how the quote botton needs to look like and operate. The new site being built, link is below for reference.

    #683919

    Hey sgtsantos03,

    The reference site is not opening Please add the “Free Quote” as a main menu item in Appearance > Menu and select the menu style as button.

    Best regards,
    Vinay

    #683930

    I’m not sure I understand what you mean. How do I add a free quote button. LIke our Cali Green Turf WEbsite as well. caligreenturf.com.

    You mean make a separate page?

    #684310

    OK I GOT IT, BUT How do I get the button a different color now that is is selected as a button.

    #684330

    Hi!

    That would need to add a custom class to it and add a CSS Class also.
    Example:

    .custom_button {
    background: #000; }

    do let us know if we can help you further.

    Regards,
    Basilis

    #684338

    I still don’t understand. Can you step by step inform me how to get the button to look like a button.

    Adding a custom class to it doesn’t make sense to me, what should I be doing to get this fixed.

    #685314

    Still awaiting response???

    #686350
    #686605

    That wasn’t helpful.

    #687185

    Hi,

    As andy mentioned the steps are listed in our documentation. I see you have added a border button. Please select colored button instead of border button in Appearance > Menu > Menu item that need to look like a button.

    or simply add the below css

    #menu-item-158 .avia-menu-text{
    	color:#FFF;
    	background-color: #699d56;
    	border:none!important;
    }

    Best regards,
    Vinay

    #687234

    I had it set to button but the color wouldn’t change.

    #687243

    Ok I got it to work finally.

    Now how come that same code won’t work for my other website?

    Also how do I get rid of the home button on the solar site also? I used the same code I got for paint and it worked on paint but it won’t carry over to the different site.

    #687440

    Hi,

    are you talking about our home menu button? if yes simply remove it from your WordPress menu. For this go to Appearance->Menus and remove Home menu button from your menu.

    Best regards,
    Andy

    #687629

    I have multiple sites I bought the template for each one so they all looked the same. I got the one button on paint website to turn to a button but when I used that same code it didn’t work on the other sites. I already know how to switch the page to a button but it doesn’t change the color.

    Yes I am aware they are currently set to outline but when I had them on button they don’t stand out since I couldn’t get the color to attach to the button.

    #687940

    Hi,

    To make the code work on other sites please replace the correct menu ID in the code.
    To get the menu ID right click inspect on the menu item and view the source code to get the menu ID.

    Best regards,
    Vinay

    #694070

    OK I will try this. How do I get the Free Quote on the slider button to be larger? I have slides and I want all the Free Quote buttons on each sliding image to be larger.

    Caligreenpaint.com

    #694866

    Hi,

    How do I get the Free Quote on the slider button to be larger?

    Increase the font size of the button to make it bigger.

    body div .avia-button {
        font-size: 20px;
    }

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.