- This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Musicsong Pro › Permanent (on every page) scroll down button
Hi there,
Could you please help to create a scroll down button?
Because at this moment it is not clear there is content more down on the pages.
See below a prinscreen where a would like to have it:
In this printscreen it’s on the homepage, but I would like to have it on every page. So a permanent button (or text).
Looking forward to your reaction!
In addition to my previous message, herewith I send you the links:
Hello,
Regarding your query about the scroll icon, you can add the CSS following the path Admin Panel > Appearance > Customize > Additional CSS to make the scroll icon visible on every page.
@media(max-width: 575px){
#page-site-header .wrapper::after{
font-size: 25px;
bottom: -42px;
}
}
#page-site-header .wrapper::after {
content: "\f103";
font-family: "fontawesome";
font-size: 45px;
position: absolute;
left: 50%;
bottom: -57px;
transform: translateX(-50%);
}
Regards.
Great thanks!!
Hello,
Glad we could help.
Regards.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |