Jump to content
Welcome to our new Citrix community!
  • 0

Storefront 3.0 - Text/Colour Customizations; Post Logon Page


David Hong

Question

Hey Guys, 

I've been looking around through different blog postings along with community articles as well but I do not believe I have came across the right answer. Does anyone have experience of changing the text size and colour for the following text? (Please see attached image for reference). I did go through CitrixGuru's Storefront 3.0 Ultimate Customization guide but I was not able to find what I was looking for. I did get a general sense for doing the customized items through editing the style.css file under the custom folder director. Please let me know if you have any feedback to changing the text colour and size. Thanks in advance! 

Best Regards,
David
 

 

post-12508101-0-52917900-1476394424_thumb.png

Link to comment

5 answers to this question

Recommended Posts

  • 0

Hi,

 

add these lines in style.css in custom folder,

 

/*For security text style change*/

.securitydetailslink {color:red;font-size:20px;font-family:Arial}

 

 

/*For logon text style change*/
.pluginassistant-skiplink{color:red;font-size:20px;font-family:Arial}

 

 

/*Add this for change Citrix license agreement text style */

.licenseagreement-link{color:red;font-size:20px;font-family:Arial}

 

 

 

Now, You can change color,font-size,font-family as your wish

Edited by vignesh A
  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...