Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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

  •  444
    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.

  •  444
    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.