New Landing How can we help? Themeforest Theme Support Neighborhood Bullet point issue next to social share icons, related products not appearing.

Viewing 15 posts - 1 through 15 (of 17 total)
  • #126874
    f_hussain
    Member
    Post count: 49

    Hi there

    on my detailed product page the initial issue i had with the bullet points not working when amended they did appear but also next to the share social icons which i do not want as they also cause a short lag. Could you take a look http://hoskincare.com/product/citrus-rejuvenation-eye-serum/?preview=true&preview_id=11469&preview_nonce=ba659825f8

    Also the related products below do not appear Im not sure why this is happening where am I going wrong? in the theme template provided on the detailed product page there is writing below the product gallery. I have tried to put info there several times but it doesnt seem to work? if this does work is it possible to add images there instead of writing?

    Thank you in advance x

    #126894
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I can’t view a preview link, only admins can do that. Please provide a published link

    – Kyle

    #126896
    f_hussain
    Member
    Post count: 49
    This reply has been marked as private.
    #126898
    f_hussain
    Member
    Post count: 49
    This reply has been marked as private.
    #126899
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .product-share ul {
    list-style: none!important;
    }

    Regarding the related products, do you other products in the same categories?
    Probably we will need admin access to check your settings.

    -Rui

    #126911
    f_hussain
    Member
    Post count: 49
    This reply has been marked as private.
    #127306
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your initial post you said you had amended the lists so that they showed the bullet points, can you explain how you did that? Because whatever you did has been undone

    – Kyle

    #128054
    f_hussain
    Member
    Post count: 49

    Hi there

    this is the code I used and have put on there to show you what it does. The bullet points are working in the description text box but also appear where I dont want them to i.e. next to social icons, next to help desk topics etc.

    #page-wrap ul {
    list-style: disc inside !important;
    }

    #128057
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use this instead:

    #product-description ul {
      list-style: inside none disc !important;
    }
    

    – Kyle

    #128060
    f_hussain
    Member
    Post count: 49

    Hi Kyle

    Thanks for your quick response. Just tried that code you gave it completely removes the bullet points altogether :/

    #128061
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try

    #product-description ul {
      list-style: inside disc !important;
    }

    – Kyle

    #128071
    f_hussain
    Member
    Post count: 49

    woohoo its working pefectly. thank you so much.

    one more q. how can i write a description so it appears under the catergory images? such as in your demo http://neighborhood.swiftideas.net/product/levis-1967-505-jeans/

    #128073
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add text in the main content editor and enable the page builder in Theme Options > WooCommerce Options

    – Kyle

    #129446
    f_hussain
    Member
    Post count: 49
    This reply has been marked as private.
    #129450
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

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

You must be logged in to reply to this topic.