• Hi, i really like Revolve!

    Before i install. I’m Curious if it’s possible to change the recurring red color that appears next to titles and more specifically behind the blog post’s intro’s.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello There!

    We really appreciate you writing in.

    We would like to inform you that there is no option to change the theme color in the free version.

    You could create a child theme and modify the style.css file the color used is #E11B30. You can file this reference and modify them one by one.

    Or we have a premium version of the theme where this is a default feature.

    Here are some information regarding the premium version:

    Details: https://accesspressthemes.com/wordpress-themes/revolve-pro/
    Demo: https://accesspressthemes.com/theme-demos/?theme=revolve-pro
    Comparison: https://accesspressthemes.com/comparison/revove-lite-pro-comparision/

    Hope this information was useful.

    Thank you!

    Thread Starter sunfalls

    (@sunfalls)

    okie dokie. seems expensive for a theme just to change one color. thanks for the info.
    cheers! its still a really cool theme. nice work ! ??

    Hi!

    You could do just this for the front page:

    .revolve-sliders-captions .revolve-caption-title {
    border-color: /* put the hex value you want here */ !important;
    }

    I did that in their demos and it changed every color that you were looking for I think. You will need to install simple custom css and copy paste that code I showed you and insert the hex code you want over my comment.

    Hope that helps!

    Hi Sunfall!

    We really appreciate you writing in.

    Could you try adding this to the Custom CSS section of the theme and see if it helps?

    .revolve-sliders-captions .revolve-caption-title {
        border-left: 115px solid #00ff00;
    }
    
    .wd-feat-post-title:before {
        background-color: #00ff00;
    }

    Change the hex color value accordingly.

    If you do not have a custom CSS section. Please install and activate Accesspress Custom CSS plugin.

    Then go to Dashboard-> Settings-> Accesspress Custom CSS section, paste the above code and save.

    Hope this information was useful.

    Thank you!

    Thread Starter sunfalls

    (@sunfalls)

    thanks for the tips!
    i haven’t installed the theme just yet.
    didn’t want to change my theme to one if i end up having to test stuff over an over.

    i may have time on the morrow

    Hello There!

    We really appreciate you writing in.

    We would like to inform you that your theme files do not hold any data.
    All your information( post, pages, media, theme settings) are saved in your WordPress Database. And are shared resources for all your themes.

    So, You can switch themes without having to worry about the old settings. You may need to configure the new theme though.

    Hope this information was useful.

    Thank you!

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