• Resolved betumayo

    (@betumayo)


    hi im using the virtue theme. i set my topbar background to be transparent. but now my searchbox cant be seen. how can i change searchbox color or border and text inside to be seen?

Viewing 3 replies - 1 through 3 (of 3 total)
  • To get background color in search bar add folowing css and or change color you want as search background

    #topbar-search form {
    background: #e8e8e8;
    }

    thanks

    Thread Starter betumayo

    (@betumayo)

    thank you very much!!!! than solved my problem.

    i have another issue maby you can help me. im using a sidebar in my shop page. im making a hebrew page so i change the side of my sidebar with css code i find in the internet. i installed a plugin SM Vertical Menu to create a vertical menu in the sidebar.
    i would like to make the sidebar thiner and the content of the shop wider. i tried several css but i cant seem to find the right one.

    by the way this is the css code im using right now to chage sidebar side i have no idea if its correct it just worked.

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:left;}
    }

    Thread Starter betumayo

    (@betumayo)

    this is how the shop looks like right now.

    https://www.ponponi.co.il/?orderby=date&post_type=product

    i want the sidebar to be thiner and content larger.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change searchbar color’ is closed to new replies.