Forum Replies Created
-
AuthorPosts
-
Chris A.
ParticipantWhen I plug this code into my "Additional CSS," nothing happens.
Please advise.
Thanks,
Chris
October 19, 2019 at 10:39 am in reply to: Monochrome Pro Remove the word Blog from Blog Page #494127Chris A.
ParticipantI just nuked everything with this code...
//Removes Title and Description on CPT Archive remove_action( 'genesis_before_loop', 'genesis_do_cpt_archive_title_description' ); //Removes Title and Description on Blog Archive remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' ); //Removes Title and Description on Date Archive remove_action( 'genesis_before_loop', 'genesis_do_date_archive_title' ); //Removes Title and Description on Archive, Taxonomy, Category, Tag remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 ); //Removes Title and Description on Author Archive remove_action( 'genesis_before_loop', 'genesis_do_author_title_description', 15 ); //Removes Title and Description on Blog Template Page remove_action( 'genesis_before_loop', 'genesis_do_blog_template_heading' );
October 19, 2019 at 10:34 am in reply to: Monochrome Pro Remove the word Blog from Blog Page #494126Chris A.
ParticipantI have the same issue.
It's not really a "page."
It's a category title.
Thanks,
Chris
October 19, 2019 at 10:16 am in reply to: Monochrome Pro 1.3 — Page Title Appears On Homepage #494125Chris A.
ParticipantYou made my day, Anita!
Thought it was a bug, but it was actually an "improvement."
Thank you so much,
Chris
March 5, 2019 at 2:04 pm in reply to: Revolution Pro — How To Control Responsive Stack Order #489850Chris A.
ParticipantThank you for the thoughtful reply, Victor.
Yes, you're example page does exactly what I'm looking to do.
I feel certain there must be a way to set the stacking order from within Gutenberg or using AtomicBlocks, both of which come with the Revolution Pro theme.
I'm going to dig a little bit more, then fall back on your solution if all else fails.
Thanks again!
Chris
August 28, 2016 at 2:50 pm in reply to: Too much white space (padding) around header logo when Daily Dish is responsive #192194Chris A.
ParticipantAppreciate the suggestion, Brad. I had tried that earlier. Tried again, but it doesn't seem to make any difference. Still the exact same amount of space above and below the header on my iPhone (and when I resize to smallest in Firefox on my Mac).
What could I be doing wrong? Below is my CSS code snippet.
Thanks,
Chris
________
@media only screen and (max-width: 480px) {body {
padding-left: 0;
padding-right: 0;
}.site-container {
margin-bottom: 0;
margin-top: 0;
}.after-footer,
.before-header,
.site-container {
padding-left: 20px;
padding-right: 20px;
}.before-header {
margin-bottom: 0;
}.after-footer {
margin-top: 0;
}.site-header {
padding: 1px 1;
}.site-title {
font-size: 30px;
}.entry-title {
font-size: 24px;
}}
August 28, 2016 at 12:39 pm in reply to: Too much white space (padding) around header logo when Daily Dish is responsive #192186Chris A.
Participant -
AuthorPosts