Special Layout Colors for Barcelona

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
nuda
Posts: 12
Joined: 05 Aug 2013, 10:22

29 May 2017, 21:35

Will there be special layout colors in Barcelona theme like it is in Paradise theme?

Thank you in advance

User avatar
w00f
Posts: 307
Joined: 27 Apr 2016, 13:27
Contact:

30 May 2017, 14:28

It isn't planned yet for upcoming releases but you can achieve it on your own easily. :)

Just take the following codes from Paradise and paste to .layout-wrapper .topbar class.

For example you can achieve Paradise's Bliss with this rules:

Code: Select all

    
    background-color: #360033;
    background-image: -webkit-gradient(linear, left top, right top, from(#360033), to(#0b8793));
    background-image: -webkit-linear-gradient(left, #360033, #0b8793);
    background-image: -moz-linear-gradient(left, #360033, #0b8793);
    background-image: -ms-linear-gradient(left, #360033, #0b8793);
    background-image: -o-linear-gradient(left, #360033, #0b8793);
    background-image: linear-gradient(left, #360033, #0b8793);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colorStr='#360033', end-colorStr='#0b8793', gradientType='1');
If you are having trouble to choose appropriate gradient colors you can post your Barcelona screen so that we can help. :)

Regards,

nuda
Posts: 12
Joined: 05 Aug 2013, 10:22

30 May 2017, 15:50

Thanks for the reply, I will try to implement it this way.
Cheers

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

31 May 2017, 07:26

Thanks, @w00f ;) +1

Post Reply

Return to “Barcelona - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests