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
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!
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.
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!
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.
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 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
PS I'm still refering to colorway theme! I want the hover color at the header menu to change! Thank you in advance!
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.
great thnx!!! How can I allign the logo to center? (the default allignment is left) Thank you in advance
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.
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.
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!
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. 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. 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. Similarly, do the same in the loop.php file present in your theme directory. This will solve your issue.
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!