We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. marusti
  2. General Discussion
  3. Thursday, 01 October 2015
  4.  Subscribe via email
Hi,
i've added and styled the back to top button as per documentation. http://www.t3-framework.org/documentation/bs3-customization#back-to-top

However, the color of the footer is brand-primary so the button is not visible. How can i style the button different for the footer section only?
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

This is a really hard work, I don't think it is possible or you have to hire a JS expert to implement that. This belongs to customization and its out of support scope, hope you understand for us.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Thanks for contact us.

In the documentation, we provided sample css and you can customize the css.

  .btn {
background: none;
border: 2px solid @brand-primary;
color: @brand-primary;
height: 40px;
width: 40px;
border-radius: 50%;
line-height: 1;
padding: 0;
text-align: center;
.opacity(0.7);
.transition(0.2s);

&:hover, &:active, &:focus {
background: none;
outline: none;
.opacity(1);
}
}


You can change the background color, border color, text color, etc.

If you still have trouble please share your site url. I will check and give you some CSS tips.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your reply.
I have the button working (on a local site, background color=white) and also styled as per your example.

My problem is, that the footer div has the same background color as brand-primary. I could choose a complete different color for the button and solve the problem this way, but that's not really what i want. I like to change the color of the button only when it is displayed within the footer div.

Is this possible?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thought so, thanks for reply
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.