Home Forums Pro Themes Travel Eye Pro Changing Red Elements on Blog Posts & Home Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53483
    Ashley Moss
    Participant

    Tagging on to a previous post about changing red color. I’m trying to remove red elements, but still some remain!

    There are some red elements on blog posts and I cannot change these in the theme’s color settings. How can I make the meta icons in header image white (i.e. red calendar & red person).

    Also, at the bottom of blog posts there is a red button for next/previous. I want to change the button color to blue. From the theme color options you can only change the button’s hover color. See bottom of: http://staging.orlandotravelcompany.com/new-weekly-cruise-deals-insider-news-aug-21-2017-2/

    Also, how can I change the red bar on homepage above ‘Book A Trip’ forum. I want to make this blue as well.

    Your input is well appreciated. Many thanks!

    #53588
    wensolutions
    Keymaster

    Hello @lynaeash,

    To change the color of different parts as you have mentioned please use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .posted-on::before, .byline::before, .comments-link::before, .cat-links::before, .edit-link::before, .tags-links::before {
        color: #fff;
    }
    
     .site-main .post-navigation a {
        background-color: #333add; 
    }
    
    .so-widget-travel-eye-booking .booking-form-widget-wrapper {
        border-top: 3px solid #1f78c7;
    }

    You can change the hex color code as per your requirement .

    Hope this helps .

    Best Regards!!

    Have a good day .

    #53762
    Ashley Moss
    Participant

    Thank you!

    #53773
    wensolutions
    Keymaster

    Hello @lynaeash,

    Glad we could help you .

    Let us know if you have any confusion further .

    Best Regards!!

    #60284
    Quan Tran
    Participant

    Hello, if I want to change color at readmore tag to violet, how I can do it, please support me. Thank you

    #60288
    wensolutions
    Keymaster

    Hello @quantranvn,

    Please specify which Read More tag you are referring to with the screenshot so that we could provide the precise fix.

    Thank you.

    Also while posting the issue please create your own ticket so that it would be easy for us to track your issue.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.