Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #757989

    Can’t select a different predefined color scheme. Only the splash green is available. Even after selecting other schemes and updating, it always stays on the splash green…..

    #758069

    Hey 3adconsulting,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #759237

    Hi Vinay,

    Thanks for getting back to me, I really appreciate it. After my initial request, I’m not sure what occurred but it reset and I no longer have any difficulties in changing the colour scheme.

    I do however have a different request. I would like to change the colour of the “social share buttons” to white. It is currently grey and is hard to see on my darker backgrounds….. I searched similar threads and tried the codes suggested but they did not work in my case. When hovered over it’s ok, it’s when they are not being hovered over that I would need them in white as well, please.

    Thanks in advance for you help,

    Jen

    #759529

    Hi,
    It looks like you have already solved this issue?

    Best regards,
    Mike

    #760051

    Hi Mike,

    Actually unfortunately the issue is not resolved, the social sharing buttons that I’m trying to change to white are in the header…. not the footer.

    I would also like to change the titles on the blog sidebar, and the settings I have placed don’t seem to be responding….

    Thanks in advance for your help

    Jen

    #760954

    Hi,

    Would it be better that I start a new case since my current questions no longer involve the initial request of this one?

    Thanks,

    #761361

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-section .av-share-box ul li a {
        color: white;
    }
    .sidebar .widgettitle {
        color: orange!important;
    }
    

    Best regards,
    Yigit

    #761707

    Hi Yigit,

    Thanks the coding worked for the header!!!! So Happy!!!

    But it did not for the Sidebar blog….. I tried different variations but the combinations did not work….

    Thanks in advance for any help you can bring,

    #762691

    Hi,

    Try to add this code to change the sidebar title:

    
    
    #top .widgettitle {
    color: #000 !important;
    }
    
    

    Best regards,
    John Torvik

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.