Hi Letwale.

I think what you are trying to do here is change the background colour of a class. I assume that you mean the heading bar that has "WIReDSpace Development" written in it.

If that is the case, you need to change your:

.btn-success {
background-image: linear-gradient(to bottom, #061206 0px, #449d44 100%);
background-repeat: repeat-x;
border-color: #419641;
}
 in bootstrap-theme.min.css.

This color is created by the
background-image: linear-gradient(to bottom, #061206 0px, #449d44 100%);
line.

Changing the start and end colours will change the colour. For example, if you replace the line with background-image: linear-gradient(to bottom, #00007f 0px, #00aaff 100%);
you will get a dark-to-light blue gradient.
If you delete the line, you will get a standard grey box.

Hope this helps.

Regards.

Shaun

On 03/03/2017 09:25, Lewatle Johannes Phaladi wrote:
Hi All,

I would like to change the color on green on the image to blue or to remove that image completely.

Regards,
Lewatle

On Wednesday, 22 February 2017 11:35:20 UTC+2, Lewatle Johannes Phaladi wrote:

    
<https://lh3.googleusercontent.com/-EjJ3tLJuuhk/WK1a5ZPcWKI/AAAAAAAAAKE/pbIGBz7NdncCxem8vtxWetqoXaE00ENRQCLcB/s1600/colortoblue.png>

    Dear Team,

    I am customizing JSPUI on development site, I would like to change
    green color as it appears on the image to blue.

    Regards,
    Lewatle

--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to