Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #876866

    I’ve got two questions:

    1. How do you change the color of the Add to Cart and Show Details buttons on the main shop/category pages and increase font/icon size? I changed the color when you hover on the link, but I can’t change the pre-hover color.

    2. How do you indent subcategories on the shop page widget in the sidebar and increase font size?

    Thank you!

    #877928

    Hey sjahan,

    Thank you for using Enfold.

    1.) Please use the followign css code to adjust the style of the buttons.

     #top .main_color  .avia_cart_buttons .button {
       color: red;
    }
    
    #top .avia_cart_buttons .button {
        min-width: 50px;
        float: left;
        width: 49%;
        text-align: center;
        border-radius: 0px;
        padding: 11px 2px;
        font-size: 20px;
        font-weight: 600;
        line-height: 15px;
        margin: 0;
    }

    2.) The site is on maintenance mode. Please post the login details in the private and provide the actual link to the shop page.

    Best regards,
    Ismael

    #877929

    Hi, thank you. The code didn’t change the Add to Cart and Show Details icons/text. I want to disable the faded color pre-hover. The page is: http://demo.urbanrealms.com/shop/

    #877931

    And then it shows up completely different on the category pages: http://demo.urbanrealms.com/product-category/artwork/

    #877964

    Hi,

    Thank you for the update.

    Use this code to disable the faded effect.

    .inner_product .avia_cart_buttons {
        opacity: 1;
    }

    The color of the font is red and the size is set to 20px so the css code above is working. Adjust the values as needed.

    For the subcategory indent, please use this one.

    #top .sidebar_left .widget .children {
        padding-right: 15px;
    }

    Best regards,
    Ismael

    #877969

    Perfect, thank you Ismael! One last thing. How can I have a hover effect on the Add to Cart/Show Details buttons?

    #878380

    Hi,

    Glad it worked. Please use this code to change the font color on hover.

    #top .main_color .avia_cart_buttons:hover .button {
        color: blue;
    }

    Best regards,
    Ismael

    #878697

    Perfect, thanks Ismael!

    #878775

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #878829

    We can close it :)

    #879011

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Shop Page’ is closed to new replies.