Imran Ali
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wallstreet] insert Logo in HeaderHi bede82,
For this paste the following css code in custom css field
.cusotm-logo-image { margin-right: 20px !important; margin-left: 20px !important; }
Change the value as you need.
Thanks
Forum: Themes and Templates
In reply to: [Wallstreet] insert Logo in HeaderHi bede82,
Thanks for contacting us,
For this install and activate the code snippets plugin https://www.ads-software.com/plugins/code-snippets/
And add the New snippets and paste the following code in snippets editor field and save the snippet,
Take a look in the screenshot https://prntscr.com/ldff91
<?php // footer custom script function wallstreet_custom_code_script() { ?> <script> jQuery(document).ready(function ( jQuery ) { jQuery('.wallstreet_title_head').after("<div class='cusotm-logo-image'><img src='https://park-guard.de/wp-content/uploads/2018/10/Park_Guard_Logo_sRGB_B200px.png' class='img-responsive'></div>"); jQuery('.wallstreet_title_head').after("<div class='cusotm-logo-text'><img src='https://park-guard.de/wp-content/uploads/2018/10/Parkplatzmanagement_4_0_800px-768x422.png' class='img-responsive'></div>"); }); </script> <?php } add_action('wp_footer','wallstreet_custom_code_script'); ?>
then activate the snippet, you can following the screenshot: https://prntscr.com/ldfg1g
And after add the below css code in custom css field (Theme Dashboard -> appreance -> customize -> header setting -> custom css field).
.cusotm-logo-text img { width:50px !important; height: 50px !important; } .cusotm-logo-image img { width:50px !important; height: 50px !important; } .navbar > .container .navbar-brand { display: inline-flex !important; }
Adjust the value as you need, any confusion lets me know.
Thanks
Hi smartalk,
You are using a pro version of Health center theme, and we do not answer the pro related support query here, so post it to our support channel using the following link.
https://webriti.com/support/categories/healthcentre
Close this topic!!!
Thanks
Forum: Themes and Templates
In reply to: [Quality] Boxed background – how do I get rid of shadowHi esthercoach,
Glad to know it worked for you.
We would really appreciate if you could provide us with a review here:
https://www.ads-software.com/support/theme/quality/reviews/#new-postIf you have any more questions, feel free to ask again!
Thanks
Forum: Themes and Templates
In reply to: [ElitePress] How to change up button?HI kristybl,
It’s working perfectly at our end, you can also check screenshot link, how to use css code in custom css field: https://prntscr.com/lbsyey.
Thanks
Forum: Themes and Templates
In reply to: [Quality] Boxed background – how do I get rid of shadowHi esthercoach,
Thanks for contacting us,
For this paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css field)
.site-content .news .post, .site-content .news .post:hover { box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1) !important; }
Any confusion lets me know.
Thanks
Forum: Reviews
In reply to: [Busiprof] dieses Theme ist ja wohl das aller letzte!Hi philippinenmagazin,
Can you please tell me which issue are you facing on using the Busiprof theme.
Thanks
- This reply was modified 6 years, 4 months ago by Imran Ali.
Forum: Reviews
In reply to: [ARzine] Das ist ja wohl das aller letzteHi philippinenmagazin,
Can you please tell me which issue are you facing on using the arzine theme.
Thanks
Forum: Themes and Templates
In reply to: [ElitePress] How to change up button?Hi kristybl,
For this paste the following css code into a custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed).
.hc_scrollup { display: none !important; }
Thanks
Forum: Themes and Templates
In reply to: [ElitePress] How to change up button?Hi kristybl,
Do you want to remove this button, please see the screenshot link
: https://prntscr.com/lbp1yeIf yes, then you paste the following css code into a custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed).
.top-callout-section a { display: none !important; }
If you want anything other than this, please tell me through the screenshot using this tool: https://prntscr.com/
Thanks
Forum: Themes and Templates
In reply to: [Appointment] Different versions between PRO and FREE?Hi fabgan,
Thanks for contacting us,
You are using a pro version of Appointment theme, and we do not answer the pro related support query here, so post it to our support channel using the following link.
https://webriti.com/support/post/discussion/appointment
Close this topic!!!
Thanks
Forum: Themes and Templates
In reply to: [ElitePress] How to change up button?Hi kristybl,
Thanks for contacting us,
please share a screenshot of the issue you are facing, so that we can help you better regarding that.
Looking forward to helping you.Thanks
Forum: Themes and Templates
In reply to: [Appointment] Sider problem, no customize.Hi fabgan,
Thanks for contacting us,
You are using a pro version of Appointment theme, and we do not answer the pro related support query here, so post it to our support channel using the following link.
https://webriti.com/support/post/discussion/appointment
Close this topic!!!
Thanks
Forum: Themes and Templates
In reply to: [Quality] Slider not responsiveHi wuselbart66,
Glad to know it worked for you.
We would really appreciate if you could provide us with a review here:
https://www.ads-software.com/support/theme/quality/reviews/#new-postIf you have any more questions, feel free to ask again!
Thanks
Forum: Themes and Templates
In reply to: [Bluestreet] sidebar sizeHI proinam1,
Thanks for contacting us,
Change the size of a sidebar, for this paste, the following css code in custom css filed
.sidebar-section { width: 300px; }
Adjust the value as you need.
Thanks