Carousel Block

Posted in: Newspaper
Post count: 80

Hi,
I have two problems with the carousel block.
First off all, I wanted that the title of the block have the same style as the others (boxed with the underline).
The second one, and more important, is that when I build a Query with a specific category slug, the block doesn’t show the articles of that specific category.

The website is this. The block is the “QUINZENA EM REVISTA”, in the bottom of the page.

  • This topic was modified 11 years by Pjump.
Post count: 6600

Hi,

Please use this custom css in theme panel > custom css field to change the title style:

.vc_carousel .wpb_gallery_heading {
padding: 3px 10px 3px 10px;
color: white;
display: inline-block;
background-color: #4db2ec;
position: relative;
font-family: 'Roboto Condensed', sans-serif;
border-bottom: 2px solid #4db2ec;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
line-height: 26px;
}

.vc_carousel {
position: relative;
}

.vc_carousel .wpb_wrapper:before {
content: '';
position: absolute;
height: 2px;
top: 57px;
left: 0px;
background-color: #4db2ec;
width: 100%;
}

Regarding the category you don’t need the category slug to filter the posts, you just add the category name by typing the category name, like this: http://screencast.com/t/Y1tMqqiOs7c
I tested this and works. Please make sure you have added the category right.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 80

I was inserting the category slug, not the name.
Thanks Lucian.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.