Changing Colours

Discussion in 'Traffica WordPress Theme' started by vibrandsee, Dec 17, 2016.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hi, I'm using the 'Green' setting for colour, but I'm looking for a deeper green.

    The parts I'm looking to change are:
    - Hyperlink colour
    - Button on Slider Colour
    - Background Colour of Slider Text

    See attached screenshot.

    Thanks!
     

    Attached Files:

    • ink.JPG
      ink.JPG
      File size:
      99.7 KB
      Views:
      8
  2. shruti26

    shruti26 Guest

    Hi,

    Greetings from InkThemes!

    You can easily change the colours of the concerned areas as follows:

    To change the colour of the Button on Slider just paste the code given below in Custom CSS section
    (Dashboard -> InkThemes -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .layered_slider .slider-btn2:hover {
        background: #385d04;
     }
    
    To change the background colour of Slider Text just paste the code given below in Custom CSS section
    (Dashboard -> InkThemes -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .carousel-text h1 {
        background: rgba(56, 95, 5, 0.98);
    }
    
    Regarding the Hyperlink colour, please send us the screenshots of the desired area. I will give you the code for the same.

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you. This worked fro the slider text background and the slider button hover colour.

    How do I change the colour for when you hover over the feature items?
     
  4. shruti26

    shruti26 Guest

    Hi,

    You can change the color of the desired section from your Dashboard itself.

    Just select a color from different available colors, follow the steps :
    (Dashboard -> InkThemes -> Styling Options -> Theme Stylesheet).

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  5. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you. I am aware that I can change via the "Theme Stylesheet" option, but I'm looking to change the shade of green to match the brand. Similarly the hyperlinks are green, but the wrong shade.

    Can I not do anything through cutsome CSS like I did for the slider text background solution you gave initially?

    Thanks!
     
  6. shruti26

    shruti26 Guest

    Hi,

    Hope you are doing good...!

    Please provide the complete details ( screenshots/ site URL/ color code which you want ).

    I will give you the code for the same.

    Looking forward to your reply.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     

Share This Page