New Landing How can we help? Themeforest Theme Support Neighborhood Revolution slider issues with version 2.03

Viewing 15 posts - 1 through 15 (of 17 total)
  • #134256
    neerajgulati
    Member
    Post count: 67

    Hi,

    I updated the theme version post which the revolution slider has gotten misaligned.it has become smaller in height and looks odd. Please visit the site at shimore.com and check the two issues stated below:

    1. The revolution slider has reduced in height and is getting cut.
    2. The space between the slider and the page title has increased

    Please find the screenshots attached.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #134403
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you also share the WP Login details, so that I can take a look at the settings in the backend to find the error.

    Let us know,

    Thanks,
    laranz.

    #134482
    neerajgulati
    Member
    Post count: 67
    This reply has been marked as private.
    #134675
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try adding this to the Custom CSS.

    .home .page-heading { padding-top: 25px !important; }

    Did that happen after any of your changes? Like after adding promo bar or any other changes?

    Let us know,

    Thanks,
    laranz.

    #134693
    neerajgulati
    Member
    Post count: 67

    HI,

    No i did not make any changes except the plugin and theme updates.

    Where do i find the custom css and which line do i add this code to?

    Thanks

    #134829
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to Theme Options > Custom CSS, just paste it there

    – Kyle

    #134866
    neerajgulati
    Member
    Post count: 67

    Thanks. The slider is still a problem, i have changed the top margin in revolution slider by adding 150px and it is sorted temporarily.

    Also i want to check with you how can i reduce the font size of the product names on homepage.

    #134971
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    If you want to change it only in the homepage use the code below

    
    .home ul.products li.product .product-details a{
    font-size:15px!important;
    }

    If you want to use it across all the site use this one instead

    
    ul.products li.product .product-details a{
    font-size:15px!important;
    }

    -Rui

    #134978
    neerajgulati
    Member
    Post count: 67
    This reply has been marked as private.
    #134982
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The option it’s to reduce the width of the title to leave always enough space to display the price.

    Try the code below.

    
    ul.products li.product .product-details {
    width: 70%!important;
    }

    -Rui

    #134985
    neerajgulati
    Member
    Post count: 67

    This works, how do i reduce the font size of the price as that is bigger than the text.

    Thanks

    #134987
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one

    
    ul.products li.product .price {
    font-size: 15px!important;
    }

    -Rui

    #134988
    neerajgulati
    Member
    Post count: 67

    Working. Thanks

    #134995
    neerajgulati
    Member
    Post count: 67

    how do i remove the category to display underneath the recently viewed products. The category is spoiling the alignment.

    Please find the screenshot attached.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #135036
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    ul.products li.product .posted_in {
    display: none;
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register