Okay
  Public Ticket #3001374
all the buttons in the theme editing section are not working. i.e can't upload a custom logo
Closed

Comments

  •  3
    nour started the conversation

    theme options section not working. all the buttons can't be pressed and save changes button doesn't work. I'm trying to add a custom logo and having no luck. 

  • [deleted] replied

    Hi nour,

    Please share your WordPress credentials, because I need to login to your site and test this live.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

  •   nour replied privately
  • [deleted] replied

    Hi Nour,

    I can see that your Theme Options are working as it should.

    See video: https://d.pr/v/d5CFVe

    Can you please check again from your end? Because, it should work for you toosmile.png

    Thanks!

  •  3
    nour replied

    Hi! It looks like it was a browser issue. I've installed Chrome and now it seems to be working fine. Do you mind if I ask how I can change the menu bar color (background) from white to something else?

  • [deleted] replied

    Hi Nour,

    I'm happy that this is now resolvedsmile.png

    As for your last question:

    Please add the code below to your Custom CSS area:

    header.site-header {
        background: #F3E6DD;
    }

    then you can change the #ececec with your desired hex color.

    Thanks!

  •  3
    nour replied

    Hi Ylli,

    Many thanks! This turns the whole header a color, I'd like to just color the menu background like the attached

  • [deleted] replied

    Hi Nour,

    In your screenshot, you have a very different menu layout. Anyway, if you want to change the background color in the menu only, then, please add the code below to your Custom CSS area:

    ul#menu-new-menu {
        background-color: #F3E6DD;
    }

    Have a nice day!

  •  3
    nour replied

    Hi! Hope all is well. How do I change the font colors in the top header and footer?

    Screenshot attached - 

  • [deleted] replied

    Hi Nour,

    That color is coming from the skin that you have created in the Theme Options > Theme Styling > Custom Skin Builder.

    Anyway, if you want to change only the areas that you mention in the screenshot, please add the code below to your Custom CSS area:

    header.site-header .top-menu {
        background: #f5f5f5;
    }
    footer.site-footer.inverted {
        background: #f5f5f5;
    }

    *then you can change #f5f5f5 to your favorite color.

    Have a nice day!

  •  3
    nour replied

    Many thanks, I'd like to change the text/font color in the top banner and footer, not the background. Will that be possible?

  •  3
    nour replied

    Hi! I'm not sure why this is happening but the product images are skipping lines and displaying only 1 or two per row (screenshot attached) How can we fix this?

    https://www.lampshadesdubai.com/product-tag/drum-shades/

  • [deleted] replied

    Hi Nour,

    Please add the code below to your Custom CSS area:

    header.site-header .top-menu {
        background: #515151;
        color: #fff;
    }
    header.site-header .top-menu a {
        color: #fff;
    }
    footer.site-footer.inverted {
        color: #fff;
    }
    footer.site-footer.inverted a {
        color: #fff !important;
    }

    As for your other question, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

    Thanks!

  •  3
    nour replied

    Hi Ylli,

    Thanks! We're almost there I think. Some of the footer titles are still white, I'm not sure where/how to change these (screenshot attached). Just a note that these are menu titles. 

    Best wishes,
    Nour

  • [deleted] replied

    Hi Nour,

    Please add the code below to your Custom CSS area:

    footer.site-footer.inverted .footer-widgets .sidebar > h3 {
        color: #000;
    }

    Have a nice day!

  •  3
    nour replied

    Thanks!

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great day!

    P.S: If you like Aurum, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.