This topic has 8 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #114321
     mursulirebecca
    Participant

    Hi, I’ve just purchased your template and it looks amazing! Is it possible to customize the color of a search form and make it transparent? Blue doesn’t match the purpose of my website and I would like visitors to see background even through a search form. Thank you 

    #114351
     mursulirebecca
    Participant

    please refer the attachment

    Attachments:
    You must be logged in to view attached files.
    #114891
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme settings -> styling options -> quick css

    COPY CODE
    li.header-login-button a { background: rgba(255,255,255,0.1) !important;}
    li.header-register-button a { background: rgba(255,255,255,0.1) !important; border:1px solid #ddd !important;}
    li.header-register-button a:hover { border:1px solid #ddd !important;  }
    li.header-login-button a:hover, li.header-register-button a:hover { background: rgba(255,255,255,1) !important; }

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115734
     mursulirebecca
    Participant

    its only working for login page…after login its not working

    Attachments:
    You must be logged in to view attached files.
    #115837
     Radu
    Moderator
    This reply has been set as private.
    #115887
     mursulirebecca
    Participant
    This reply has been set as private.
    #115986
     Radu
    Moderator

    When i’ve logged in i see the buttons are transparent, please clear your browser cache

    LEt me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #122615
     Kanokpanb
    Participant

    Hi Radu,
    I have the same problem too. I placed your css. It didn’t change anything. Let me know what’s wrong. Please help.
    Thanks,
    Kelly

    #122755
     Radu
    Moderator

    Hi,

    Try this css instead

    COPY CODE
    
    li.header-login-button a {
        background: rgba(255, 255, 255, 0.1) !important
    }
    li.header-register-button a {
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid #ddd !important
    }
    li.header-register-button a:hover {
        border: 1px solid #ddd !important
    }
    li.header-login-button a:hover,
    li.header-register-button a:hover {
        background: rgba(255, 255, 255, 1) !important
    }
    li.header-profile-button a {
        background: rgba(255, 255, 255, 0.1) !important
    }
    li.header-logout-button a {
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid #ddd !important
    }
    li.header-profile-button a:hover {
        border: 1px solid #ddd !important
    }
    li.header-profile-button a:hover,
    li.header-logout-button a:hover {
        background: rgba(255, 255, 255, 1) !important
    }
    
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?