• I was vondering if anybody had tryed to lock the first blog text, that is a nice thing to be able to do, except the color background change. ??

    I am new to WordPress AND css – so I am a litle lost in trying to find out where in the style sheet I have to make a change to make the backgorund color the same in the locked text as in the not locked text.

    The site (you will not understand a word – it’s in danish :-)) is: https://www.imust.dk/wordpress

    best regards
    Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • find this style in style.css of your theme:

    .home .sticky {
    	background: #f2f7fc;
    	border-top: 4px solid #000;
    	margin-left: -20px;
    	margin-right: -20px;
    	padding: 18px 20px;
    }

    change the backgroud color to #fff:

    background: #fff;
    Thread Starter jandi100

    (@jandi100)

    Thank you very much for your help – that did it… ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty ten – background color in locked text’ is closed to new replies.