tobe46
Forum Replies Created
-
Forum: Plugins
In reply to: [Column Posts] Style BackgroundOk, so i figured out how to change the title font size and make the posts display in a box.
See image below:
https://postimg.org/image/bno8b922l/Here is my code if anyone is wondering how to achieve this.
#cp-box .cp-box ul li a{ font-size: 18px; } #cp-box .cp-box li { /*Creates spacing within grey box */ padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px; /*Creates spacing between individual boxes */ margin:0 0px 20px 0; vertical-align:top; background-color: #ffffff; border: 2px solid #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/ -moz-box-shadow: 0px 0px 3px #000000; -webkit-box-shadow: 0px 0px 3px #000000; box-shadow: 0px 0px 3px #000000; /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f6f6f6', endColorstr = '#f6f6f6'); /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/ /*Element must have a height (not auto)*/ /*All filters must be placed together*/ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f6f6f6', endColorstr = '#f6f6f6')"; /*Element must have a height (not auto)*/ /*All filters must be placed together*/ background-image: -moz-linear-gradient(top, #f6f6f6, #f6f6f6); background-image: -ms-linear-gradient(top, #f6f6f6, #f6f6f6); background-image: -o-linear-gradient(top, #f6f6f6, #f6f6f6); background-image: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#f6f6f6)); background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6); background-image: linear-gradient(top, #f6f6f6, #f6f6f6); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/ /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/ }
Forum: Plugins
In reply to: [Column Posts] Style BackgroundAlso Is it possible to display the post date and number of comments?
And how would i change the font size for the title?Sorry about the double post, I greatly appreciate any help.
I just deactivated it a couple of times and it appeared, but try uninstalling it may help.
Forum: Plugins
In reply to: [WP-Cirrus] Stop Animation On Mouse HoverThanks!
Thank you, yes it works now I deactivated and activated several times.
I cannot see the tab “Access”, here is a screenshot.
https://s6.postimg.org/v6b85s3pd/Screen_Shot_2013_08_14_at_9_22_53_PM.pngAlso here is a screenshot of the version I am using, (from the plugins page)
https://s6.postimg.org/bpv3wzxz5/Screen_Shot_2013_08_14_at_9_23_15_PM.pngThanks for the help.