Home › Forums › Free Themes › Business Hub › "Post id" clarification – Business Hub Theme
- This topic has 58 replies, 2 voices, and was last updated 5 years, 7 months ago by wensolutions.
-
AuthorPosts
-
January 7, 2019 at 5:27 pm #88554RashidaParticipant
Hi there..
I am having the issue with the theme in WordPress. As per my host provider; they are suggesting that I need to upload fresh files of theme in zip format to my File Manager. As the current ones have gotten corrupted.
Can I get the zip file of Theme direct-supply-services please?
I made the child theme of “Business Hub”.
Website url: http://www.directsupplyservices.comThanks!
It will be highly appreciated.Rashida H.
January 7, 2019 at 11:40 pm #88568wensolutionsKeymasterHello @rashida,
You can directly download the zip file from the WordPress.org
link: https://wordpress.org/themes/business-hub/
Hope this helps.
Best Regards!!
January 10, 2019 at 2:34 pm #88762RashidaParticipantHi There,
Great. It worked. Thank you 🙂However, I need your help in CSS customization. I would really appreciate if you could help out.
website url: http://www.directsupplyservices.com
1: I need to move the “live chat icon” little more upward so it shows properly. How can I do that?
Thanks & Regards,
Rashida H.January 11, 2019 at 1:09 am #88801wensolutionsKeymasterHello @rashida,
Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#scb-wrapper.scb-fixed { z-index: 99999 !important; }
Hope this helps.
Best Regards!!
January 11, 2019 at 1:58 pm #88825RashidaParticipantHi..!
Thanks a bunch for helping. Yes! It did 🙂
I need help with 2 more things, please.
Website url: http://www.directsupplyservices.com
1: After I submit my “Reseller form” – I get this “thank you popup with green background”. How can I change the background and text color?
Reference link: https://screenshots.firefox.com/4nbpDDohIQGSBNu6/www.directsupplyservices.com#2: In Footer:
– When I hover on any categories – they move. How can I make them static?
– How Can I move the arrows of sub categories (Gas Detection and others) little further to right so its easy for the user to see they are the part of categories?
Reference link: https://screenshots.firefox.com/jKLsQUZzARHkk9fx/www.directsupplyservices.comThanks & Regards,
Rashida H.January 13, 2019 at 11:34 pm #88927wensolutionsKeymasterHello @rashida,
To change the background of the form add below-given CSS.
.wpforms-confirmation-container-full { background: #a55353; border: 1px solid #a55353; }
Change the color code as per your requirement.
To make the categories static add below given CSS.
.footer-widget-wrapper .widget ul li a:hover { padding-left: 0; }
As for your third query, please add the sub category and let us know so that we can provide the precise fix.
Thank you.
Best Regards!!
January 14, 2019 at 2:48 pm #89001RashidaParticipantHi!
Thanks for the help earlier.Website URL: http://www.directsupplyservices.com
Can you please provide CSS customization for the following:
1: I need this Search bar floating left – just ending when the banner divides. And in the center of the navigation bar as well.
For your reference: https://screenshots.firefox.com/MEMSjvKw9NIYSoye/www.directsupplyservices.comThanks & Regards,
Rashida H.January 15, 2019 at 1:10 am #89022wensolutionsKeymasterHello @rashida,
To resolve the issue please add below given CSS.
div[id*='ajaxsearchlite'].wpdreams_asl_container { width: 47%; margin: 15px 0; }
Hope this helps.
Best Regards!!
January 29, 2019 at 1:33 pm #89931RashidaParticipantHi There!
I need some help with CSS customization. I would really appreciate your help! 🙂
Website URL: http://www.directsupplyservices.com
1: How can I change the “Placeholder Text” font color?
2: How can I lower the placeholder text so its in the center?
3: How can I shift the search bar a little to the left?For your reference:
https://screenshots.firefox.com/XE1ErQlN9jleANjC/www.directsupplyservices.comThanks & Regards,
Rashida H.January 29, 2019 at 11:06 pm #89944wensolutionsKeymasterHello @rashida,
Please add below-given CSS to resolve the issue.
#ajaxsearchlite1 { margin-left: -15px; } #ajaxsearchlite1 .orig { text-align: center; }
As for the font color change, currently, it is not possible.
Thank you.
Regards!!
February 6, 2019 at 1:58 pm #90487RashidaParticipantHi!
Can you please provide the CSS customization for the following:
My website url: http://www.directsupplyservices.com
1: I need to decrease the space here in btw 2 dividers. How can I do that?
For your reference: https://screenshots.firefox.com/xMENQqx9vwkCSoO6/www.directsupplyservices.com2: How can I change the font color of “airflow” for instance without changing my <p> color in overall website.
3: Another question; hope you can help me out with that as well (if possible) – in footer – I have two links (brands, categories) – is there a way when I click on brands; it displays all the names of brands below in footer only?
I would really appreciate your help!
Thanks & Regards,
Rashida H.February 6, 2019 at 11:24 pm #90511wensolutionsKeymasterHello @rashida
To decrease the space between two dividers, please add the below given CSS
.divider_line { margin-top: 5px; margin-bottom: 5px; }
For the rest of your queries a higher level of code customization is required and hence to make the changes in your website, you need to hire a professional developer. To hire a developer, please refer to the below given link :
https://themepalace.com/hire-a-customizer/
Hope to hear from you again,
Regards!!
February 9, 2019 at 11:44 am #90652RashidaParticipantHi!
I am afraid the css you provided last time to decrease space between two dividers is not working:
.divider_line {
margin-top: 5px;
margin-bottom: 5px;
}I added this in “Additional CSS” and it’s not showing the change. I cleared the caches and cookies as well and checked in other browsers as well. No change.
Kindly advise, how to fix this.
Website URL: http://www.directsupplyservices.com
Thanks & Regards,
Rashida H.February 10, 2019 at 10:58 pm #90695wensolutionsKeymasterHello @rashida,
Please replace above given CSS with the CSS given below:
.divider_line { margin-top: 5px !important; margin-bottom: 5px !important; }
Hope this helps.
Best Regards!
February 21, 2019 at 4:45 pm #91423RashidaParticipantHi there ..
I have encountered one problem .. kindly advise how to solve it if you can, please!
Website URL: http://www.directsupplyservices.com
The issue is: the icon of phone and email that appears in my header is visible when I open my homepage – but it shows “boxes” instead of icons when I browse to other pages of my site.
And also on my footer where it shows “brands and categories”.For your reference:
With Icons: https://screenshots.firefox.com/5HfnepoKraE17Idc/www.directsupplyservices.com
Without Icons: https://screenshots.firefox.com/16uRB8bM54YDJEya/www.directsupplyservices.comIn Footer:
https://screenshots.firefox.com/JU30WX6cfo816PSV/www.directsupplyservices.comKindly advise.
Thanks & Regards,
Rashida H. -
AuthorPosts
- You must be logged in to reply to this topic.