Results 1 to 4 of 4

Thread: some little customization

  1. #1
    Thread Starter
    Senior Member massimorufo's Avatar
    Join Date
    Dec 2010
    Location
    Italy
    Posts
    248
    Thanks
    0
    Thanked 4 Times in 4 Posts

    some little customization

    Hi
    there is someone to help me?
    1) background button (post an ad; manage your list....etc)
    thanks
    Massimo

  2. #2
    Veteran goodwash's Avatar
    Join Date
    Nov 2011
    Location
    Russian Federation
    Posts
    361
    Thanks
    0
    Thanked 79 Times in 73 Posts
    Quote Originally Posted by massimorufo View Post
    Hi
    there is someone to help me?
    1) background button (post an ad; manage your list....etc)
    thanks
    Massimo
    You need to edit to style.css and change there background for .btn_orange

    You have this style:

    .btn_orange{
    background:transparent url(images/btn-orange.gif) repeat-x scroll 0 0; border:1px solid #BE3101; /*the mainly you need to change this line*/
    color:#FFF;
    text-decoration:none;
    margin:0; padding:5px 10px;
    -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25)
    }

  3. #3
    Veteran goodwash's Avatar
    Join Date
    Nov 2011
    Location
    Russian Federation
    Posts
    361
    Thanks
    0
    Thanked 79 Times in 73 Posts
    For example you can change 'background' to other color.
    Then it will look like

    background:transparent url(images/you_image_name.gif) repeat-x scroll 0 0; border:1px solid #EEEEEE;

    or

    background: #BE3101;

  4. #4
    Thread Starter
    Senior Member massimorufo's Avatar
    Join Date
    Dec 2010
    Location
    Italy
    Posts
    248
    Thanks
    0
    Thanked 4 Times in 4 Posts
    hi
    okay I will try, in practice I must create a new image.
    I will tell you
    t.y.v.m.
    Massimo

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WHERE DO i ASK ABOUT CUSTOMIZATION?
    By mike01 in forum JobRoller General Discussion
    Replies: 1
    Last Post: March 12th, 2012, 07:59 AM