Colorway Home Page Intro transparency and color

Discussion in 'ColorWay WordPress Theme' started by teroki, Oct 29, 2012.

Thread Status:
Not open for further replies.
  1. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Hi. How can I control the color and transparency of the intro area, and how to change the vertical color stripe's color?

    edit: Sorry, not the intro area, but the Slider Settings -> Slide Heading and Slide Description.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    It is the image used in the caption the transparency cannot be adjusted, however i am sending you the code to change the color of the vertical bar

    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .slide .slide-content.entry {
    border-right:8px solid red;
    }
    in place of red you can put your value according to your requirement.
     
  3. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Thanks Harmeet!
    That worked fine.
     
Thread Status:
Not open for further replies.

Share This Page