Digital experiences for all disciplines
Forum Replies Created
-
-
Sorry, I don’t know..
Hi,
1- okay, that’s a petty,
2- custom css, does work, but the code you’ve provided doesn’t:article#7156.post-7156 section.page-content div.pagination-wrap{display:none}
regards, Sjoukje
Hi,
1-A pity that it is not possible to make masonry like pages with text blocks with different heights next to each other.
2-thanks, but the custom css isn’t working
3- I tried to add the underlining at the h3, like it is also in the h3.wpb_heading.
So I tried in the custom css:h3 {
background: url(“images/header_line_light.png”) repeat-x scroll center bottom rgba(0, 0, 0, 0);
display: block;
font-size: 18px;
line-height: 24px;
font-weight: normal;
margin-bottom: 15px;
}but that isn’t working either.
Thanks, Sjoukje
And how can I turn off the pagination of one specific blog item? I mean: I don’t want to show the next blog item in the bottom of the page. See also:
http://vierfiets.nl/als-je-een-bericht-wilt-achterlaten/?preview=true&preview_id=7156&preview_nonce=07876d3881&post_format=standardI tried this in the blog itself:
[vc_column_text pb_margin_bottom="no" pb_border_bottom="no" width="2/3" el_position="first last" pagination=no]and
[vc_column_text pb_margin_bottom="no" pb_border_bottom="no" width="2/3" el_position="first last" blog-pagination=no]
I also tried this in the custom css page:
}
@post-ide=”7156″;
.single .pagination-wrap {
display: none;
}But none of them worked.
This reply has been marked as private.This reply has been marked as private.Hello Kyle,
Just found this post, having the same question.My question reacting on your answer: what kind of code should I put in for *YOUR STYLE HERE*? Can it be an url? How to address the code for an icon??
Spukje
This reply has been marked as private.I got it figured out now. I made it like this:
.columns-2 .pricing-table-column {
width: 30%;
}
.pricing-table-column.label-column {
width: 40%;
}
.columns-3 .pricing-table-column {
width: 30%;
}
.pricing-table-column.label-column {
width: 40%;
}I have put it in de Custom CSS in the Suptreme Theme > General options > Custom CSS
Thanks!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -