transparency

Discussion in 'ColorWay WordPress Theme' started by aplusa, Jan 29, 2014.

  1. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    how do I make the body in colorway theme transparent? How I manage the persentage of the opacity?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .container{
    background-color:rgba(255, 255, 255, 0.5)!important;
    }
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  3. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    thank you very much!! it worked!! I can't write greek on the headings of the featured boxes, the descriptions and the first heading title, just below the slider. how do I change the colour of the footer or make it transparent? Thank you in advnace!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below from that file.

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); 
    Now enter your Greek text in their respective feature section of your dashboard.


    After that paste the code given below in the Custom CSS section
    (Appearance > Theme Option > Styling Option > Custom CSS)

    Code:
    .footer-container {
    background: transparent;
    }
    .footer-navi {
    background: transparent;
    } 
    This will make the footer transparent.
     
  5. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    the code for the footer worked! what code would I use if I want to change both the colour and the transparency to the footer?
    the coufon code didn't work!
    Thank you in advnace!
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer-container {
    background:red;
    opacity:0.5;
    }
    .footer-navi {
    background: red;
    opacity:0.5;
    } 
    In place "red" you can put your color or color code.
    You can change the value opacity also as per your requirement but the opacity property can take a value from 0.0 - 1.0.
    A lower value makes the element more transparent.

    2. For cufon issue,
    could you please share us your website link so that we can check your issue.
     
  7. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
  8. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    when I insert the code you gave me, the greeks are shown but the sliders dissapeared!
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello apulsa,

    I think you are doing something wrong, Just go to js> custom.js present in your theme directory and remove the code given below

    Code:
     //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); 
    Check image for reference
    2014-01-29_1803.png


    Also check the link for reference
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  10. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    Thank you very much! All done!
     
  11. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    How can I change the color of the header menu bar? And the colour of the pages title
     
  12. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    PS
    I'm still refering to colorway theme! I want the hover color at the header menu to change!
    Thank you in advance!
     
  13. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background: red;
    }
    #menu .ddsmoothmenu li li{
    background: red;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{
    background:pink;
    }
     
    .content-wrapper h2 {
    color: red;
    }
    .content-wrap h1{
    color: red;
    }
    In place "red" and "pink" you can put your color or color code.
    This will solve your issue.
     
  14. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    great thnx!!! How can I allign the logo to center? (the default allignment is left)
    Thank you in advance
     
  15. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    How can I change the solid color of the the body to gradient?
    thank you in advance!
     
  16. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .logo {
    text-align: center;
    }
     
    This will solve your issue.
     
  17. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    You can try any color gradient generator site for this issue.

    See the site given below for reference.
    http://www.css3factory.com/linear-gradients/
    http://www.colorzilla.com/gradient-editor/

    This will help you to generate the css code for color gradient.

    So generate the css code for your color gradient and copy that css code.

    Now,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body{
    Paste that color gradient css code here
    } 
    This will solve your issue.
     
  18. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    great gradient tool thnx!! Is there a way to hide the "category archive" and the "no comments"? from the blog page? How can I translate into greek the "continue reading?
    Thank you in advance!
     
  19. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. To remove "no comments" area from the blog page,
    Go to the blog.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Similarly, do the same in the loop.php file present in your theme directory.

    2. To remove "category archive" text,
    Go to the category.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]


    3. To translate the "continue reading" text,
    Go to the blog.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Similarly, do the same in the loop.php file present in your theme directory.

    This will solve your issue.
     
  20. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    Hello there!!! with your great support we developed the following site: www.ilpavone.gr. thnx again!
    PS if you have any further suggestions, I'd like to hear it from you!
     

Share This Page