• Hello,

    how can I change the color of all buttons to the one of the previous version?

    I tried to add custom css on .button but it doesn’t work for front page content boxes and widgets.

    Thank you in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • This may be of help to you. I just changed my css button colors for my front page slider, front page content boxes and back to top box colors.

    I’m using a blue, but when you change the hex color code to whatever you like, it should work fine in your custom css box in theme settings:

    a.button,read-more {
    background: #0066B4 linear-gradient(to top, #0066B4, #0066B4) repeat scroll 0% 0%;
    border-color: #0066B4;
    box-shadow: 0px 2px 0px #0066B4;
    }
    .carousel-caption {
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);
    }
    #wrapper a.read-more {
    border-color: #0066B4;
    box-shadow: 0px 2px 0px #0066B4;
    background: #0066B4 linear-gradient(to top, #0066B4, #0066B4) repeat scroll 0% 0%;
    }
    #backtotop {
    background: #0066b4 none repeat scroll 0% 0%;
    }
    Thread Starter Chriz12

    (@chriz12)

    Perfect, thank you so much for the help!

    Still need to find the classes for post comment and sidebar widget button though…

    Any ideas?

    There is another post marked as resolved, that shows a version 3.5.0 that “someone” is saying is a fix.

    But I wouldn’t download it and try to install it until my question on that post is answered.

    the easier way is in Theme Options -> Shortcodes -> Buttons modify per your needs

    Romik84,

    Thanks for the answer about the shortcodes. Can you please tell me how to fix my sticky header that’s stuck to the left now?

    My site is at – http://hidupgrades.com

    Thread Starter Chriz12

    (@chriz12)

    Thank you Romik84 for the answer!

    Shortcodes is only available for the premium version, so still doesn’t work for free users. If anyone used custom css as HeadMonkey did, let me know.

    Thank you again for all the answers.

    Thread Starter Chriz12

    (@chriz12)

    Please ignore my previous answer, shortcodes are available for all users.

    Thank you Romik84 again!

    No, shortcodes are not available for all users. I am using the free version, and can’t access them.

    Oh, nevermind, the buttons shortcode option IS available

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Version 3.5.0 How to change the color of buttons’ is closed to new replies.