Transparency, footer and upgrades

Discussion in 'ColorWay WordPress Theme' started by sergiodiaz53, Nov 16, 2012.

  1. sergiodiaz53

    sergiodiaz53 New Member

    Joined:
    Oct 7, 2012
    Messages:
    6
    Likes Received:
    0
    Hi again,

    It's possible to set a little bit of transparency in all the white zone in the main page? the container of the slider, the 4 columns, etc.. all of them. And, if it is not possible: is there anyway to change that color? like to a light grey or something?

    It could be possible to write a link in the "footer text"? not the way www.something.com, like 'Hey, click here' and it went to www.something.com.

    Colorway pro makes his upgrades automatically like the regular colorway?

    Thanks for all your support.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .container {
    background: rgba(255, 255, 255, 0.5)!important;
    }
    2.For your second issue

    Go to
    Appearance > Theme Option > Footer Settings > Footer text

    and add anchor tag there

    For example

    Code:
    <a href="Enter your link address">Text that you want to show</a>
    3.If you want updates regarding your pro theme, Then you need to login your members area and download updated theme (if exists) from there.
     

Share This Page