• Hi there,
    I’m trying out the waving portfolio theme and really liking it so far! But I’d like to modify the background colors of the category buttons to remove the hot-pink color when the category has been selected. It’s a little too loud for my site.

    I have a very rudimentary knowledge of css, and have already been able to modify a few other portions of the plugin already, but I can’t seem to figure out how to change the background-color of your buttons this way. Is it possible to do via modifying the page css? If so, could you show me the code for it?

    If not, is there a way you can set your default “light” theme to be a little more generic in color? Your pink and purple color palette will only match a handful of websites. Thank you!

    https://wordpress.org/plugins/waving-portfolio/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d like to know this as well. I found an old link that suggested needing to change a javascript file in the plugin’s assets directory. Surely that isn’t the answer since updating the plugin will overwrite all changes.

    Laura

    (@smartaleckl)

    I would like to know as well.. My understanding of CSS is not rudimentary and as far as I can tell the active state is inline.

    Hi,

    We were facing same issue but finally we got solution by some R&D.
    the color written in jquery file and hence can’t be overwrite.

    We had did following thing to change category tab color.

    To change Hover color we have add following css which overwrite plugin default css.
    just change box shadow color;

    button.waving-button:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: #ff6633 0 80px 0px 2px inset !important;
    font-weight: bold !important;
    }

    and activated/ selected category default pink color we changed in asset/cutom.js file
    please update color code here

    button.css(‘background-color’,’#ff6633′);

    Thanks
    Aniket

    • This reply was modified 8 years, 5 months ago by abahalkar.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing Colors’ is closed to new replies.