Forum replies created
Hi,
Use the following in Theme Options -> CSS
This will change your widget background color.
.widget-content {
background: #00ff11 none repeat scroll 0 0 !important;
}
Use this online tool http://www.colorpicker.com/ to get the color hex code that you require. Replace #00ff11
Use the following for tab text color.
.tab-link {
color: #fff !important;
}
Give the tab text a height will hide your white box.
.tab-link {
height: 75px !important;
}
Thank you
Hi,
It’s in line 17.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thank you
Hi,
You can use the following in Theme Options -> Custom CSS
.header .container {
height: 150px !important;
padding: 20px;
}
As for re-installing version 1.9
Sorry, you will need to contact my employer to get this version.
I do not know if he kept any old backups.
https://theme4press.com/contact/
I do not have any backup.
Thank you.
You are welcome.
Hi,
1 – is possible (in opened portfolio) reduce the gap under preview? And also remove the thin line under it?
Sorry, I do not know what you mean by preview.
Please provide screenshot to explain the location.
2 – is possible change (slow down) the speed of gray graphs
Sorry, there is no option to set speed.
3 – is possible (in home page) use a white text in yellow counter box like a link?
Sorry, there is no option to do this.
Your question 2 and 3 requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization of questions 2 and 3.
Thank you
Hi,
The code is in plugins/t4p-core/shortcodes/class-flip-boxes.php
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thank you.
Hi,
You are welcome.
You will require theme modification to add a setting, but we can probably use css to display your footer widgets on homepage only.
In Theme Options -> Custom CSS
.footer-widgets {
display: none !important;
}
.home .footer-widgets {
display: block !important;
}
Thank you
Hi,
Please try out Theme Options -> Header
Find the settings -> Header padding top and Header padding bottom
Increase the values.
Thank you
Hi,
This requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thank you
Hi,
It works properly when I use it in firebug while viewing your website.
There has to be broken css code somewhere in your website.
Please check your existing custom css code’s syntax.
Or disable one plugin at a time to find out which plugin is causing issue.
Thank you