News line

Discussion in 'One Page Pro WordPress Theme' started by cherchicago, Feb 8, 2018.

  1. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hello,

    How do I change the color of this bright blue line?
    upload_2018-2-8_10-25-41.png
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make the desired changes, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customize->Additional CSS) of your dashboard.

    Code:
    .blog_div .blog_sep {
        background-color: #bcffff;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hello

    How do I change the line color for the video and contact sections? see: cherchicago.org
    upload_2018-2-13_10-38-55.png
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make the desired changes, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customise->Additional CSS) of your dashboard.

    Code:
    .frame_div .frame_sep {
        background: #505050;
    }
    .testimonial_div .testimonial_sep {
        background: #888888;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com

    Note: Change the color Hex code accordingly.
     
  5. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hello,

    That code changes the line for the "testimonials" section; how about video and contact sections?

    Thank you,
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    Please use the below-mentioned custom CSS codes.

    For the video:
    Code:
    .frame_div .frame_sep {
        background: #348bac;
    }
    For the contact:
    Code:
    .contact_div .team_sep {
        background-color: #64ffff !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page