Home › Forums › IT Consultant Support › Build Pro Support
- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 13, 2016 at 6:25 pm #30324
Hello,
I have bought the Build Pro template from your company and I have some problems with customization. I will be glad if you help me to solve them.First problem is that I can not change the color of arrows in the Footer Menu and email color in the Header Widget, it stays yellow.
(photo 1,2)Second is that if I do not use the sidebar on pages, the space between the menu and title of the page is very big, how to change it?
(photo 3)Third problem is connected with the translation in a few places like posts (date and category) and menu.
(photo 4,5)Fourth one is can I somehow change the size of the text box on slider? and where can I change the color,size in the boxes (construction 1,2) ?
(photo 6,7)And the last one is how to make the same color as the main text to the letter ‘O’? (8)
Sorry for a lot of questions but I am beginner in the web site creating and I will be very happy if you help me to solve my problems.
Web site:
http://terracotta.proLink to photos:
https://onedrive.live.com/redir?resid=22DFBF73437AA1FD!207&authkey=!AObIDTZImNUq7Mo&ithint=folder%2cpngRegards,
Dmitry.April 15, 2016 at 10:36 am #30483Hi Dmitry,
1. Arrows in the footer menu
It is an image, you have to change the image color for this.2. Header email color
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.headertop .left a:hover{color:#f44611 !important;}3. Space between Menu and Page title
Add this code in Custom CSS Box
.innerbanner{display:none !important;}4. Translation in a posts
Kindly go to content.php and translate the text5. Color,size in the boxes
Kindly go to Appereance>>Theme Option>>Basic Setting
You will find the slide title and description font change options.6. same color as the main text to the letter ‘O’
Add this code in Custom CSS Box
.cols-3 h5{color:#f44611 !important;}Regards,
BradApril 15, 2016 at 6:04 pm #30527Everything works, thank you Brad!
April 18, 2016 at 5:07 am #30660Great 🙂
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.