Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274625
    douglaswillr
    Participant

    Hello,

    I was able to change all the colors using the theme editor option except the Search Widget icon color. It is currently purple and I would like to change it to gold.

    Also I how do I edit the home page to add content on there, I do see the option too.

    Here is my website: willrdouglas.com

    Thank You

    #274644
    Skandha
    Participant

    @douglaswillr: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-2 button {
        background-image: linear-gradient(to right, #fff000, #dba514);
    }

    You can change the color according to your choice.

    To add content to your homepage
    Go to => Dashboard => Pages => Edit the page home => Add the necessary content and Update the page.

    Also you can explore the theme options
    Go to => Appearance => Customize => Theme Options => Explore features like Featured Slider, Portfolio and so on.

    You can check out the Simclick Demos as well.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Zubin – How Do I Change the Search Widget Icon Color?’ is closed to new replies.