Amit Gupta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Busiprof] Theme colourHi,
Add the below custom CSS:
.navbar .navbar-nav > li > a:hover{ color: rgb( 170, 211, 129) !important; } .btn-wrap a { background-color: rgb( 170, 211, 129) !important; } .dropdown-menu { background-color: rgb( 170, 211, 129) !important; } .dropdown-menu > li > a:hover{ background-color: rgb(156, 195, 116) !important; } .dropdown-menu > li > a:focus{ background-color: rgb( 170, 211, 129) !important; } .dropdown-menu > li > a { border-bottom: 1px solid rgb( 170, 211, 129) !important; } .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: rgb( 170, 211, 129) !important; } .dropdown-menu > .active > a{ background-color: rgb( 170, 211, 129) !important; }Thanks
Forum: Themes and Templates
In reply to: [Busiprof] Theme colourHi, sakinadipace
To do this, add the given below CSS code in your custom css box:
.navbar-default .navbar-nav > .active > a{ color: rgb( 170, 211, 129) !important; }I hope it will work for you!
Thanks
Forum: Themes and Templates
In reply to: [Heroic] Services customization buttons in business page frozenHi, olgama1
Thanks for contacting us!
It is working fine at our end. Deactivate all your plugins one by one and check it.
Let me know if you have any confusion!
Thanks
Forum: Themes and Templates
In reply to: [Rockers] Configurando últimas notícias na página inicialHi, artg8
Thanks for contacting us!
You can use more tag wherever you want in your post.
More tag put a read more link by which you can click on read more link and it will go to that post.To use more tag, refer to this link.
I hope it will work for you!
Thanks
Forum: Themes and Templates
In reply to: [Busiprof] Making my site mobile/tablet friendlyHi,
Glad to help you!
Thanks
Forum: Themes and Templates
In reply to: [Busiprof] Making my site mobile/tablet friendlyHi, zuci
To do this add the below CSS code inside the Appearance >> customzier >> General setting >> Custom CSS box:
@media only screen and (min-width: 0px) and (max-width: 767px) { .navbar-brand img { width: 120px !important; height: 110px !important; } .slide-caption h2 { font-size: 1.5rem !important; } .slide-caption p { font-size: 1.2rem !important; } .slider img{ height: 220px !important; width: 100% !important; } } @media only screen and (min-width: 768px) and (max-width: 1200px) { .navbar-brand img { width: 120px !important; height: 110px !important; } .slide-caption h2 { font-size: 2.0rem !important; } .slide-caption p { font-size: 1.9rem !important; } .slider img{ height: 400px !important; width: 100% !important; } }I hope this will work for you!
Note: You can change the attribute value according to your needs.
Thanks
Forum: Themes and Templates
In reply to: [Bluestreet] Use fb or twitter protocol in social linksHi,
To add a PHP page, use any text editor and create a new file and save with .php extension for ex- sample.php. And then add this file in your Bluestreet theme folder.
If you want to use additional features from Blustreet theme then you can try using our Wallstreet theme.Thanks
Hi, lucie77
Thanks for contacting us!
Can you please share your site URL so that we can take a closer look and assist you better.
Thanks
- This reply was modified 7 years, 2 months ago by Amit Gupta.
Forum: Themes and Templates
In reply to: [Bluestreet] Use fb or twitter protocol in social linksHi,
In the customization, an option is not given to put URL like fb://profile/227565574598597/
There is a solution to use this URL by using JS code.Please follow the below steps:
1. Copy and Paste the header.php file from Wallstreet theme folder to Bluestreet theme folder.
2. Open the file and add id. Refer to this screenshot.
3. Save the file.Note: Do the same in the footer.php file of Bluestreet theme folder.
After this, install and activate the code snippets plugin. Add new snippet and paste this code.
Let me know if you have any confusion!
Thanks
- This reply was modified 7 years, 2 months ago by Amit Gupta.
Forum: Themes and Templates
In reply to: [Dream Spa] Change #97BC31 to #424240 in top menuHi, nikolas27
This theme color change feature has given in our premium version.
Thanks
Forum: Themes and Templates
In reply to: [Bluestreet] Use fb or twitter protocol in social linksHi, tpothuizen
This URL pattern is not working. But it is possible in another way. You can use this URL there:
https://www.facebook.com/BB-Oud-Zilven-Loenen-227565574598597/And with the help of this, you can target the same page you want.
Thanks
- This reply was modified 7 years, 2 months ago by Amit Gupta.
Forum: Themes and Templates
In reply to: [Wallstreet] Article with an excerptForum: Themes and Templates
In reply to: [Dream Spa] Hiding scrollupGlad to know it works for you!
Thanks
Forum: Themes and Templates
In reply to: [Dream Spa] Hiding scrollupHi, @nikolas27
Please add the below CSS code:
.scrollup { display: none !important; }Let me know did it work!
Thanks
Forum: Themes and Templates
In reply to: [Wallstreet] Hide the authorHi,
Glad to know it works for you!
Thanks