Shop Categories

X

intersection

Home Forums Agama Pro intersection

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11839
    AHMED
    Participant

    hi Zex ,
    there are another intersection between the search icon in search box and the words written in it
    https://prnt.sc/m6k1ra
    although i need to change the background but keeping the blogs thumbnail in white background
    thank you

    #11844
    Zex
    Moderator

    Hello Ahmed!

    Use next CSS codes to avoid the Search-box intersection issue:

    @media only screen and (max-width: 992px) {
           #vision-search-box input[type=text]{
     width: 240px!important;}
    }
    @media only screen and (min-width: 993px) {
           #vision-search-box input[type=text]{
     width: 640px!important;}
    }

    2.
    First, go to the Customizing->General->Pages menu, and change the “Pages background color” per your wish.
    https://prnt.sc/m6vv9m

    then, insert the next code to set the Article background color to the white:

    .article-wrapper {
        background-color: #FFF;
    }

    Regards

    #11848
    AHMED
    Participant

    thanks Zex
    its the most right decision i took that is choose your awesome service

    #11849
    Zex
    Moderator
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.