• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi,

    I would like to skin the submit button like the hover effect on a select item (green background with linear gradient).

    I looked in "ui.selectmenu.css", but didn't find anything...

    Thanks in advance !

    EDIT :
    Sorry, i just saw that i've posted in the wrong category.
    I'm using WP theme, not HTML theme...

    MissZougou
    1 year ago
  2. Hi,

    Find this code in the style.css file:

    .btn-submit, .newsletter_box .btn-submit {
    	float:left;
    	background:url(images/btn_submit.gif) 0 0 no-repeat #a9c542;
    	color:#344c01;
    	width:111px;
    	height:32px;
    	text-indent:-400px;
    	cursor:pointer}
    

    and below this code add this code:
    .btn-submit:hover, .newsletter_box .btn-submit:hover 
    {
    background: ADD PROPERTIES; 
    }
    

    and add the properties you need.

    Cheers,
    George

    George
    1 year ago
  3. Thanks George !

    Yeah, i found this part in css file, but i still can't find what to write as PROPERTIES to skin the submit button like the hover effect on a select item.

    Never mind, i'll find a way !

    MissZougou
    1 year ago
  4. Hi,

    You can add another background image, because the button is an image, even the "Submit" text is image.

    To change to set image, write this code in the background properties:

    url(IMAGE SOURCE) 0 0 no-repeat;
    

    Cheers,
    George

    George
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.