Background Slider Color - Not solid color

Discussion in 'BusinessGrow One Page WordPress Theme' started by kaizenweb, Apr 23, 2015.

  1. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hello!
    I need to change the background slider color to a translucent color as the original theme of the model (bussiness grow one page).
    Can you help me?
    Thank you.

    Cleiton
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Cleiton!

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hello Praveen!

    See attached file to the screen.

    I'm using the CSS code below to change the theme color, but the color is translucent as the original color theme:

    input.btnSubmit{
    background:gold;
    }

    .homepage_nav_title{
    background:gold;
    }
    input, textarea {
    border: 2px solid gold;
    }
    .gallery_tabs a{
    background:gold;
    }
    .slider_text_container a {
    background: gold;
    }
    .rect_box {
    background: gold;
    }
    .ch-item {
    border:gold;
    }
    a.read-more{
    color:gold;
    }
    Thanks.
    Cleiton
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Cleiton!

    I have got your concern,
    Thanks for the screenshot.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_text_container a {
      background: rgba(228, 205, 21, 0.5) !important;
    }
    Hope it will resolve your issue.

    Thanks,
    Praveen
     
  5. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Done!
    Tks
    Cleiton
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Cleiton!

    Hope you are enjoying InkTheme services.

    Do let me know if you need any help.

    Thanks,
    Praveen
     

Share This Page