Hi, I used Boss Template to build the website: richardmarkson.com. Just a question regarding the home page: is there anyway to add a downward arrow icon underneath the main menu so to indicate there's more information on the home page if one strolls down? - Perhaps it could be something that's similar to the one available in the Boutique template, which I used for the homepage of judypang.com.
Thank you in advance for your help!
Judy
- Jikjik
-
- Commercial Templates
- Sunday, 15 January 2017
- Subscribe via email
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Sorry for the late response but thank you so much for the scroll button! It looks great!
Just one more question: is there any chance that the logo position and size could be changed? Ideally, on that homepage "Richard Markson" should be slightly to the side and smaller.
http://www.richardmarkson.com
Thank you!
Judy
Just one more question: is there any chance that the logo position and size could be changed? Ideally, on that homepage "Richard Markson" should be slightly to the side and smaller.
http://www.richardmarkson.com
Thank you!
Judy
- more than a month ago
- Commercial Templates
- # 3
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
h1.logo-text a {
font-size: 60px;
left: -100px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran
Please send me the code details on how I can place the down arrow in the BOSS template.
Zsolt
Please send me the code details on how I can place the down arrow in the BOSS template.
Zsolt
- more than a month ago
- Commercial Templates
- # 6
Hi Zsolt
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#hornav > ul > li.parent::after {
content: "\f0d7";
font-family: FontAwesome;
opacity: .5;
position: relative;
top: -14px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran
Successfully added the down arrow to the BOSS template. As it is in the Boutique template.
Pressing the button does not scroll the screen, but jumps there quickly.
http://www.aqua-de-vida.hu/
and write that at the end of the url : http://www.aqua-de-vida.hu/#content , it's so wrong
something is still missing but I don't know what
Please help me with this
Thank you very much
Zsolt
Successfully added the down arrow to the BOSS template. As it is in the Boutique template.
Pressing the button does not scroll the screen, but jumps there quickly.
http://www.aqua-de-vida.hu/
and write that at the end of the url : http://www.aqua-de-vida.hu/#content , it's so wrong
something is still missing but I don't know what
Please help me with this
Thank you very much
Zsolt
- more than a month ago
- Commercial Templates
- # 8
Hi Zsolt
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
html {
scroll-behavior: smooth;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »