• How could I change the hover color of the “view more” button at the portfolio and blog’s section, please?

    If it’s possible to change all the hover color settings from the default green to another color in the theme with one CSS edit, please teach me how.

    Please forgive my messy additional CSS, I don’t have much knowledge about it

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where did you find the place to make the change the default green? I need help with the same thing. I’d like to change the hover green on the portfolio over as well as the menu navigation hamburger menu hover. I see you did it! I’ve also been searching for where their footer text is so I can remove the rara theme and wordpress footer info. I see you found it as well. https://bysamantharose.com/

    Thread Starter amokutan

    (@amokutan)

    I’m not a coder but googling, tweaking here and there suddenly I got everything I wanted. Therefore I’ll just share the Additional CSS code I have, so that you can give it a try.

    body.page-template-blog-layout:not(.home) header.entry-header {
        text-align: left;
    }
    
    body.page-template-blog-layout:not(.home) header.entry-header .entry-title{
    	font-size:1.5em;
    	margin-bottom:0px;
    }
    
    .copyright {
        display: none !important;
    }
    
    section[class*="-section"] .widget-title:after, .section-title span:after {
        background: #ffde23;
    }

    Thank you sooooo much!!! The copyright worked. The color change did not work, sadly. But at least you have given me what to hunt for! I’m like you, eventually I might get it! Thank you so much. I’ll keep plugging away at it. I’m on ver. 1.2.0 Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of’ is closed to new replies.