Tagged: x
-
AuthorPosts
-
May 11, 2016 at 4:29 pm #986604
AlexParticipantHi Team, I’m running into something strange today, when I click on an item it sometimes gets a blue box around it.
Also I have a few blog page questions;
can you help me set a background like the one on integrity with a card style post and grey background. But only for the article page. http://theme.co/x/demo/integrity/1/5-reasons-you-need-the-x-theme/
How did you manage to get featured post images in the sidebar of the post (same link)
Can I reduce the size of the leave a reply box ?
Thanks for all your help I look forward to hearing back from you!
May 11, 2016 at 4:30 pm #986605
AlexParticipantThis reply has been marked as private.May 11, 2016 at 4:36 pm #986609
AlexParticipantfixed the border problem with the following code :
a:link,
a:visited,
a:hover,
a:active {
outline:none !important;
border:0 !important;
}Looking forward to hearing back from you regarding the blog design.
Cheers
May 11, 2016 at 10:30 pm #987089
Rue NelModeratorHello There,
To set the background and as a card style featured image in your sidebar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-recent-posts a { border: 1px solid #ddd; border: 1px solid rgba(0,0,0,0.15); padding: 5px 5px 0; background-color: #fff; border-radius: 3px; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5); -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986604 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
