Trisha.Blogs
Forum Replies Created
-
add this to your child style.css:
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
color: #4eb4d5; // link color
}.primary-navigation li:hover > a, .primary-navigation li.focus > a {
background-color: #57f941; // link hover color
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to Hide Feature Image Within PostAs you can see from my website (http://florencetravelblog.com) featured image is hidden on posts but shown on homepage. Is this what you wanted? It can be pasted anywhere in your child style.css.
I have seriously no idea why the reference link was removed. It was explained very clearly on that site. This is the link again:
http://techdwarf.com/themes/customize-twenty-fourteen-theme-wordpress/Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to Hide Feature Image Within PostI was also searching for this for ages…
In style.css, add this
.single .post-thumbnail img { display: none; }Hope this works for you!
Reference:
[Link removed]Forum: Plugins
In reply to: [Slick Social Share Buttons] Share please helpHi, So sorry for bumping an old thread.
Just want to know which css do I add this to? My child theme css?
Or the plugin CSS? If it’s the plugin CSS, what is it called? thank you
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Tags and Search1) It works for the tags. 🙂
2) Yes, I am refering to that search icon. It still remains in the top navigation menu. It did not move to the left side menu
Thanks for your help. Really appreciate it!
Best Regards,
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post ExcerptsThanks kaniamea, your latest codes worked great! 🙂
@danielwp sorry can’t help you here :/ because mine looks to be the same
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post ExcerptsTo rephrase what I said above,
By “rest of the links on my website”, I meant the links on the center content bar and not those on the left and right side bars.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post ExcerptsOops so sry for not noticing before.
When I styled the Continue reading link, I ended up editing the rest of the link format on my website.
Is there any way I can just amend the continue reading link alone? without affecting the rest of the links on my website
thanksss
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post Excerptsonce again, thank you kaniamea!!!
it works perfectly.Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post Excerptshahhaha you are right! my bad, no idea why I didnt get that earlier on. I re did everything and it’s fine now.
thank you again!
Can I ask another question, hope you don’t mind.
How do I style my Continue Reading link?
Do i style it in my child functions.php or style.css? and which part should I be changing? I need to know where I should start from.
thank you very much
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post ExcerptsOops sry kaniamea, Can i go back to your previous solution of replacing
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) );with
the_excerpt();I just noticed that when I do this, although I see […], I realise that both the post title and the […] are no more links. I am unable to click on them. Do you know what went wrong here?
thanks again!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post ExcerptsHi, not so sure if i can add on to this thread. let me know if I shd start a new thread instead.
I’ve done the above and my website now shows the excerpt. except that it is […] instead of [continue reading].
How do I enable it to be a link [continue reading]?
thanks
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenit worked!!! I followed tommee’s code. 😀 Thank you both (batharoy and tommee).
Earlier on tommee’s code didn’t work because I didnt notice that the image had to be in twenty fourteen child’s theme (my bad!). I adjusted his code a bit so that the image can be in any location:
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img id="site-logo" src="/images/site-logo.png" alt="THE NAME OF YOUR SITE" /></a></h1>I did not need to add this into style.css because it already worked without it
img#site-logo { max-width: 100%; height: auto; } .search-toggle { display: none; }Thank you guys!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenhahaha. thanks batharoy.
I still got the same results as before, top navigation bar & logo disappears when scrolling down. But it is working for your image.
thanks for your help though, really appreciate it!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Adding Logo to Twenty fourteenthanks batharoy, will try this out.
Where do I paste this code? in my child style.css or my child header.php?
thank you