Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1070384

    Hello!

    First, I have multiple troubles customising css, mainly because of the dynamic css denying any changes. Please, help me to implement these styles:

    1. I cannot remove logo img area.
    I used following css code:

    .html_header_sidebar .logo img {
    display: none!important;
    }

    In Enfold Theme Options -> General Styling, but it is not working.

    2. I cannot enlarge product image area on single product page
    I used following css code:

    .single-product-main-image {
        width: 50%!important;
    }

    In Enfold Theme Options -> General Styling, but it is not working.

    Secondly, I have some troubles with customization in general:

    3. I cannot remove sidebar on product category page, see screenshot
    4. There is a bug (probably) with the lightbox used in gallery element put in tab content, see screenshot

    Thank you.

    #1070474

    Any help?

    #1070745

    Hi artspbseo,

    If the code from Quick css does not work, you might want to validate all the code you have in there.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .logo {
      display: none;
    }
    .single-product-main-image {
        width: 45%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1070872

    Thank You very much, Victoria!
    I do need further assistance on topic of removing sidebar on product category page, I’ve attached link in Private Content section.

    #1071834

    Any help?

    #1072143

    Hi,

    Thanks for the update.

    You can disable the product category sidebar from the Enfold > Sidebar Settings panel. Set the “Sidebar on Archive Pages” accordingly.

    Best regards,
    Ismael

    #1072191

    Thank You very much, Ismael!

    #1072829

    Hi,

    You’re welcome. Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Dynamic css troubles and design customization’ is closed to new replies.