Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • I will only say this to you, there is a default place for code in WP

    Main menu – appearance – customize – additional css

    But when I put the code in there it did not work.

    I am using Divi as my theme.

    When I go to Main Menu – Divi – Theme Options at the bottom of that page there is a box called “custom css” when entered here the code worked fine for both body and heading text.

    maybe your theme has something like that?

    I actually know how to do this now having just asked recently. Use this CSS code

    Additional/custom css:

    .rpwe-block h3 a {
    color: #000;
    }
    .rpwe-summary {
    color: #000;
    }

    Somewhere in YOUR theme there will be a place you can input this.

    Mine was not in the standard place

    So check with the authors of our theme.

    Thread Starter bkkcanuck

    (@bkkcanuck)

    Yes I put it in there as well, but still no color change.

    OK I got it, there is another CSS place for the theme I am using Divi in the theme options and when I put the code there and put the important tag correctly it’s working like a charm..

    Thank you very much for your patience, greatly appreciated.

    Thread Starter bkkcanuck

    (@bkkcanuck)

    While I greatly appreciate you taking the time to send this code over it doesn’t appear to have made any change.

    I unclicked the “use default styles” box, I assume that is correct?

    I added the extra lines you sent into the code for each item. Mine looks like this

    .rpwe-block h3{
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    color: #5f497a; !important;
    line-height: 1.5em;
    }

    .rpwe-summary{
    font-size: 12px;
    color: #000; !important;
    }

    What am I doing wrong? I see zero change.

    Thread Starter bkkcanuck

    (@bkkcanuck)

    Very scary considering I copy and pasted it… maybe I got a blank space in there some how.

    Either way, thank you very much, very impressed with your speed and quality of support.

    Of course that is understood, but I have it set to manage stock yes, and in stock and no matter what value I set in stock number it will not save. Whether doing one at a time, which is crazy on a big store or save all. They appear to save but when leave and come back to the page all are set at zero again.

    Hi there,

    Just curious what the selector would be for Menu options using the WP 2012 theme?

    Also is there an easy way or place to find this sort of info without bothering you?

    I will do so, I guess I couldn’t believe that people would accept refreshing a permalinks as actual solution to an issue. It’s hardly going to work for store owners and developers can’t be logging in to their sites to fix it all the time.. thanks for the heads up I will check out that thread.

    The resetting permalinks did NOT work for me, and quite frankly its a hacky fix at best. Does anyone have any real info on why this problem comes up?

    We can’t really be expected to tell clients to log into the admin panel of their site and reset permalinks.. pretty mickey mouse stuff.

Viewing 9 replies - 1 through 9 (of 9 total)