Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1362109
Changing Colors Blog Timeline
Closed

Comments

  • mcflait started the conversation

    Hi there, i am trying to change color on the Blog section, here is the page i am trying to modify:
    http://ipsvfx.com/blogandnews/

    and i want to change the blue background color on the blog timeline but i can not find where to change it.

    Thanks in advance

  •  432
    Sergio replied

    Hi, 

    Can you pls provide more details (screenshots)?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • mcflait replied

    You have here a screencapture,

    Basically i need to change the blue color.

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .blog-style-timeline .post-meta-left a{
        color:#fff !important;
    }
    .blog-style-timeline .post-meta-left a:hover{
        color:#cc0000 !important;
    }
    .post-title .entry-title a:hover{
        color:#cc0000 !important;
    }
    .post-read-more .gem-button.gem-button-style-outline {
        border-color: #fff !important;
        color:#fff !important;
    }
    .post-read-more .gem-button.gem-button-style-outline:hover {
        background-color: #fff !important;
        color:#000 !important;
    }
    

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.