This topic has 1 reply, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #123908
     remuskittles
    Participant

    Hello,

     

    I have the following problems with my site:

    1. On the homepage I have a white stripe that I want to get rid of. – http://ooosm.eu

     

    2. Regarding the products: http://ooosm.eu/shop/adidas-nmd-c1-pk/

    – How to remove the facebook plugin comment.

    – The images from the products enlarge on windows, but not on my Mac. How can I make it work?

    – How do I remove the first ‘Related products’ column

    – How can I change  the speed of the pictures that are changing when I am hovering with the mouse over them.

     

    3. Shopping cart icon

    – How can I change the colour of the shopping cart icon when items are added

    – How do I change the transparency of the shopping cart tab when products are added in

     

    4. I purchased 2 fonts for my website. How can I upload them?

     

    Thank you very much

    #124043
     Laura
    Moderator
    Hello, for: 1- How did you build it like that? The menu and the slider, did you add any css? 2- The theme doesnt have a facebook comment feature for products, so if you have a plugin that adds that, just delete it. I do not have a mac to test it, can you try to deactivate some plugins and testing again? For the related products, add this to style.css of child theme
    div#jp-relatedposts {
        display: none !important;
    }
    
    About the picture speed, that is not available right now 3- To change the color, use this css at style.css of child theme
    .icon-basket-full-alt:before {
        color: black;
    }
    
    For the transparency, you can use this instead
    .icon-basket-full-alt:before {
        color: rgba(0, 0, 0, 0.3);
    }
    
    For the fonts, check http://codex.wordpress.org/Playing_With_Fonts
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?