Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #225320
    cvmw
    Participant

    Hello
    I was looking to change my PINK buttons to black with gray highlight; my
    highlighted text from GREEN to gray; and my CONTINUE READING buttons from GREEN to black, but the php warns that there are 3 errors in the stylesheet. I have pasted them here. Each says ‘unexpected brace.’
    Thanks
    website: https://www.frompwcd.com

    1.
    /*Arrow Animation*/
    @-webkit-keyframes arrow-jump {
    0%   { opacity: 0;}
    100% { opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -0-transform: translateY(10px);  3436
    transform: translateY(10px);
    2.
     }

    @keyframes smoothScrollBack {  7226
     0% {
       transform: translateY(20px);

    3.
      padding-bottom: 42px;
    }
    }  8138

    #225343
    Skandha
    Participant

    @cvmw: Hello there,
    I suggest you not to edit style.css file directly.
    To add or override CSS
    Go to => Appearance => Customize => Additional CSS

    The Color Options is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #225396
    cvmw
    Participant

    Would you mind sending the CSS to change the PINK buttons to BLACK? I’m having
    trouble locating them. I have some PINK to BLACK button CSS for Catch Vogue. Is it the same?
    (Changes are rinse and repeat). I may have the budget for upgrades next year…
    P.S. should I start a new post for the WordPress social icon? (W)
    Thanks
    MW
    website: frompwcd.com

    #225454
    cvmw
    Participant

    I was asking if I could get the CSS for button color because the button color settings
    in POST won’t stick! The controls are here but they don’t work. The buttons continue on as PINK after being set to BLACK w/ WHITE
    text. Haven’t found it yet in php. I thought I posted this request before. I hope it isn’t here twice.
    Thanks
    frompwcd.com
    MW

    #225474
    Skandha
    Participant

    @cvmw: Hello there,
    I checked your site and you seem to have changed the button colors. Let me know if this issue is resolved.

    Also you can post your WordPress social icon issue here itself.
    Kind Regards,
    Skandha

    #225762
    cvmw
    Participant

    Thanks,
    No, the main button colors have changed but I haven’t found the ones that are supposed to
    be changeable on POSTS. All of those are still PINK. Could I get the CSS? The POST update
    buttons won’t POST.
    Thanks
    MW

    #225909
    Skandha
    Participant

    @cvmw: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-button a {
        background-color: #000 !important;
    }
    .wp-block-button a:hover {
        background-color: #222 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #225989
    cvmw
    Participant

    So far so good. Thank you very much!
    I’m not sure what you meant before about the WodPress icon. I think I’ll
    wait a day and then start a new post. I’m not sure if I need to get one
    of those fa icon codes…

    Thanks
    MW

    #226036
    Skandha
    Participant

    @cvmw: Glad I could help you out.
    You were asking if you should start a new post for the WordPress social icon in your previous reply. You can mention the issue in this thread itself.

    Kind Regards,
    Skandha

    #237018
    cvmw
    Participant

    Hello
    I had to submit again to this older post-question

    My header button just popped back into PINK from black I think after update-5.
    Did something change in the text? I’m looking for the button text again,
    I’m thinking it’s the woocommerce stuff?

    The code from before is only working on the post page buttons and not
    the top header. Do you have a css I can quickly pop back on? I’ve already been looking
    for an hour.

    Thanks frompwcd.com

    #237030
    cvmw
    Participant

    Thank you
    I found it. Just took another hour or two. It was at the bottom.
    If you’d like to point where the grey text highlight and arrow circles are, which are
    now both in blue, that would be great.
    Thanks
    MW

    #237038
    cvmw
    Participant

    I found those too. Thanks we can close this support question.
    Thanks
    MW

    #237055
    Skandha
    Participant

    @cvmw: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘3 Errors in Stylesheet…’ is closed to new replies.