Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author anurag722

    (@anurag722)

    There are two ways:
    1. Goto bog/wp-admin -> Appearance -> Editor -> Stylesheet (style.css) (screenshot)

    add style to the bottom of the file:
    (copy paste the following, change the color codes as per your need)

    .alcud-widget-header {
             background: rgb(34, 34, 34);
             border-top: 5px solid rgb(0, 0, 0);
        }

    Update the file, and refresh the home-page to see changes.

    2. I can push the code providing you to update the color codes through widget form. You’ll get that functionality in the next update, will push it soon.

    In case of any other queries, do let me know, would love to help.

    Thread Starter dauerhammer

    (@dauerhammer)

    Thank you! I appreciate your quick reply. I will give it a try with the code change. Once I change the code where will I be able to change the colors?

    Plugin Author anurag722

    (@anurag722)

    I didn’t get you.

    If you are going through the first process(currently that’s the only option), you have to provide color codes here

    .alcud-widget-header{
       background: rgb(34,34,34); //change the hex code to color code you want
       border-top: 5px solid rgb(0,0,0); // change this too to go with your theme.
    }

    and save it inside stylesheet.css file, which is editable inside wp-admin->appearance->editor refer to the screenshot in the last reply.

    If you are waiting for the second process, I haven’t pushed the changes yet, will push it soon.

    If you could provide me a clear query, along with your website, I might be in a better position to sort your issue out.

    Plugin Author anurag722

    (@anurag722)

    I hope that you issue is resolved…

    Plugin Author anurag722

    (@anurag722)

    I will publish the option to change color soon, till then you can use the above mentioned method.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of AeroLeads Contact Us Widget’ is closed to new replies.