Hello InkThemes, Recently I purchased the Blackbird Pro theme. I used it for my website http://tenniscreative.nl Everything is working fine, but I have a couple of questions: ---- - Is it possible to add widgets to the homepage, besides in the footer? For example, a (youtube) video. - Would it be possible to change the amount of 'news-messages' shown on the homepage ? To, for example, no more than 3. - When signing up for our newsletter I recieve an email in my inbox with the e-mail adress of the person that signed up. Should I save these manually ? Or is there a way to automatically save them, and use them to send future e-mails. - Would it be possible to change the text 'Read More', on the homepage, to a different language ? - Is it possible to make the following adjustments to the footer ? : I would like to see it being as wide as the 'white' part of the website, so that it stops when the blue stops. Also I would like to change the color of the background of the footer, as well as the font color. How can this be achieved? ---- Hopefully you're able to help me with the following questions. If it's possible by adding codes to the Custom CSS-section, as I heard if you do it in the .php it will be overwritten when there's an update. Hope to hear from you. Sincerely, Chris
Hello, 1. You can only add the widget to the bottom on the "front-page", We have given three widget area, you can use the widget in any of the area. 2. To solve the second problem, change the value of the count from 5 to 3 in "front-page.php' file. Also sending the image for your reference Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .feature-post .feature-box { padding-left: 100px; } 3.The mail you recieved is already saved to your inbox, you can find those mail in your e-mail id. And can send email to them in future, If you want to save them in other place, you have to do customization in the theme, you have to make database and have to do some changes in the coding, for that you have to call freelancer. 4. You can change the text of the "Read More" button, in "front-page.php file, Sending the image where you can change the text. Follow the link below 5.Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .footer-wrapper { background-color: your color value; } .footer { background: your color value; } .footer_bottom { background-color: your color value; } This will solve your problem.
Hello Nitesh, Thank you for your help. Everyone worked out fine! I'm having one more problem: How do you change the color of the dropdown menu. I changed the color of the topmenu with the following code: .menu_wrapper { background:; background-color:#43941c; } But now the menu dropping down has a different color! Also which code allows me to decrease the space between the newsletter and the widgets below ? Hope to hear from you.
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a{ background-color:red!important; } 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signup{ margin-bottom:1px; }
Hello Gourav, Thank you for your fast reply. The only thing that is still a different colour is the arrow beneath the menu. Is there also a code for that, to change the colour of the arrow when going over the menu with your mouse ? Appreciate the help!
It is not possible to change its color because it is a image, if you want to change it color then, Go to images directory present in your theme directory and replace your image with present menu tip image or edit it. The name of image is "menutip.png" Note:- Use same name for your edited image and remove the current image.