Theme Fordson - add css only to Login page

Re: Theme Fordson - adding a semi-transparent color

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Gail,

Try adding this to the  Raw SCSS box in the Fordson theme.

#page-header.row > div > .div.card {
    background-color: rgba(255, 255, 255, 0.2);
}

It should look something similar to the heading of my website HERE

If it does not work then there may be something stopping it in the theme itself.

Mary