Here's a quick one, just to cover some grounds. Blog reader Red has been wondering if there is a way to change the color of the border around the cards in Flipcard Blogger Dynamic View templates. Here's how.
Go to Template Designer
- Advanced
- Add CSS
- paste the following code
- Press enter after the last character of the last line
- Apply to Blog.
To change the color, simply replace the word 'black' in Line 2 above. You can either use simple color text such as 'red', 'green' 'blue' etc, or, you can generate your own hex color tag if you prefer to use a specific color.
Go to Template Designer
- Advanced
- Add CSS
- paste the following code
.flipcard .items .item .card{ border-color: black !important; }
- Press enter after the last character of the last line
- Apply to Blog.
To change the color, simply replace the word 'black' in Line 2 above. You can either use simple color text such as 'red', 'green' 'blue' etc, or, you can generate your own hex color tag if you prefer to use a specific color.
EmoticonEmoticon