ClaitonLord
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change the color of the H2 head in layout?I used this one: h2 { color: #13C4A5 !important; }
But now the H2 in my optin plugin also has another color. Thats not what i want. Can i exclude the plugin?
https://www.stijnspreekt.nl/download-gratis-e-book-7-stappen-naar-meer-energie/
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Double click needed to send contact form (error?)@Jignes, i think your are talking about the desktop version, which works indeed fine. On mobile you have to tab twice. Did you check on mobile?
Forum: Fixing WordPress
In reply to: How to change the color of the H2 head in layout?Thank you Andrew!
Forum: Fixing WordPress
In reply to: How to change the color of the H2 head in layout?Aha i see, ok. I wanna change the color of this H2 for all posts.
https://i65.tinypic.com/20t2r1f.jpg
Hope this is clear. Thanks.
Forum: Fixing WordPress
In reply to: How to change the color of the H2 head in layout?Thanks, but this is not what im looking for. I just need a simple CSS code. Anybody?
Forum: Fixing WordPress
In reply to: How to change the color of the H2 head in layout?Yes Andrew! ??
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeYes that did it! Thanks Sumo!
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress theme@sumo, i fixed it myself with trial and error! The only thing i need to know is how do i delete the blue box around the post meta tag on mobile? Desktop is fine.
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeYou right MH. I was just thinking about that also. I like it though.
For now, its just the meta post tags, thats it. I hope Sumo can help me with this last two little things, than im good. Thank you.
Forum: Fixing WordPress
In reply to: How can i change the color of the footer and header(menu)Yes, thanks!
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeOw im sorry. Nice!It worked out Sumo!
I wanna delete edit post, next post and previous post. Which pieces of code could should i delete? I see them, but i dont know exactly where it starts and ends. I see this:
<div class=”post-meta”>
<p class=”post-date”><?php the_time( get_option( ‘date_format’ ) ); ?></p>
<?php if( function_exists(‘zilla_likes’) ) zilla_likes(); ?>
<p class=”post-categories”><?php the_category(‘, ‘); ?></p>
<?php if (has_tag()) : ?>
<p class=”post-tags”><?php the_tags(”, ‘, ‘); ?></p>
<?php endif; ?>
<div class=”clear”></div>
<div class=”post-nav”>
<?php
$prev_post = get_previous_post();
if (!empty( $prev_post )): ?>” href=”<?php echo get_permalink( $prev_post->ID ); ?>”><?php _e(‘Previous post’, ‘baskerville’); ?>
<?php endif; ?>
<?php
$next_post = get_next_post();
if (!empty( $next_post )): ?>” href=”<?php echo get_permalink( $next_post->ID ); ?>”><?php _e(‘Next post’, ‘baskerville’); ?>
<?php endif; ?>
<?php edit_post_link( __(‘Edit post’, ‘baskerville’)); ?>
<div class=”clear”></div>
</div>
</div> <!– /post-meta –>
Also , on my mobile, i still see the blue box around it. How do i make it just like i see on my desktop?
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeSumo, or somebody, can you also help me out with my above question? Would be great. Thanks!
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeFixed! I screwed up the original style.css this afternoon.
So Sumo, I wanna remove the entire meta tag author box thing. After that i wanna have the meta tags with the date of posts ect on top, between the social share button and the main image. How can i do that?
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress themeOw my god. Where do i start? I really have no clue Sumo. How can i find the error?
Forum: Fixing WordPress
In reply to: Remove search box from header in WordPress theme.
- This reply was modified 8 years, 3 months ago by ClaitonLord.