Viewing 4 posts - 1 through 4 (of 4 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

    #279689
    lgedson
    Participant

    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.

    Can we do the same task with wp-admin/ dashboard/ theme/ customize/ and then put these line in Additional CSS can we do or just follow your steps

    #279741
    Skandha
    Participant

    @lgedson: Hello there,
    You will need to follow the steps above.

    Kind Regards,
    Skandha

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