Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #178163
    cvmw
    Participant

    Hello,
    Could you post the CSS for these 4? I have site errors so I hesitate to just go to the back
    and change the numbers. Especially the pink. thanks
    MW

    #178176
    tikaram
    Participant

    @cvmw: Please post in your site URL as well as the desired colors in each section.
    You are mentioning that you have site errors can you please explain in more detail?

    Regards
    Tikaram

    #178468
    cvmw
    Participant

    Thank you,
    I will post the errors next. Aren’t the colors something I can stick in the customizer?
    https://www.twenty-spot.com

    TESTIMONIAL SLIDERS: MAKE BLACK WITH TEXT GREY HOVER

    BUTTONS: BLACK WITH TEXT GREY HOVER

    FB BUTTON: NORMAL FB COLOR

    TEXT HOVER: GREY

    #178512
    tikaram
    Participant

    @cvmw: The color option is available in the Pro version of the theme, Please upgrade to Pro Version if you would like to use this feature. Add the following css and let me know if this helps you out.

    .cycle-prev, .cycle-next {
    	background-color: #000000;
    }
    
    .wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link {
    	background-color: #000000;
    	color: #ffffff;
    }
    
    .widget-area .menu-social-container a {
    	background-color: #3b5998;
    }

    Regards,
    Tikaram

    #178713
    cvmw
    Participant

    TEXT ROLL-OVER PINK
    Thank you very much. So the secondary color on sliders and buttons is in question, how about the text roll over?
    I have PINK here and I’ve got to at least go grey or calm it down. Thanks, I am still planning to post
    those errors here. I just have to go through all of those files…
    Thanks
    MW
    twenty-spot.com

    #178723
    tikaram
    Participant

    @cvmw: For hover add the following css to get grey color.

    a:hover {
    	color: #808080 !important;
    }

    Regards,
    Tikaram

    #178812
    cvmw
    Participant

    Thank you Tikaram,
    This worked but I still have PINK Post text:
    https://www.twenty-spot.com/category/posts/

    Thanks
    MW

    #178846
    tikaram
    Participant

    @cvmw: Please add the following additional css to change the color

    .entry-meta a {
    	color: #000000;
    }

    Regards,
    Tikaram

    #181584
    cvmw
    Participant

    Hello,

    I still have PINK rolling over the: NEWSLETTER BUTTON | MENU ARROWS | POST HEADINGS & LINKS
    (in the POST section ). Could you send code for these? http://www.twenty-spot.com
    thanks
    MW

    #181896
    tikaram
    Participant

    @cvmw: sorry for getting late. Please add the following additional css. Post heading and links doesn’t seem to have pink color.

    input[type="submit"]:hover, .dropdown-toggle:hover {
    	background-color:#000000;
    }

    Regards,
    Tikaram

    #182076
    cvmw
    Participant

    Thank you Tikaram
    This fixed the POST HEADINGS and LINKS. Looks like it’s working for the NEWSLETTER button too. It doesn’t hover anymore though, which is fine. So far so good thank you.
    There’s still the PINK with hover in the menu arrows. Could I get the code for that?
    Thanks

    #182332
    tikaram
    Participant

    @cvmw: Please add the following additional css.

    .dropdown-toggle:hover {
    	color:#ffffff;
    }

    Let me know if you have any more issues

    Regards,
    Tikaram

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘CHANGE COLORS OF: TESTIMONIAL SLIDER TABS; BUTTON; SOCIAL BUTTON & TEXT HOVER’ is closed to new replies.