-
Posted in : TheBlogger
-
Hello, and thanks for your fantastic theme!
My fork in the road, was whether to buy uCard or TheBlogger. Since I am aiming for a Blog with a lot of options, I went for TheBlogger. However, I simply LOVE the way uCard’s blog is displayed, and I am trying my hardest to get it similar on TheBlogger page, but fail to do so. So here are some questions;
1) How do I get my links (in posts) to have this style, instead of the grey line underline:
http://imgur.com/NOB3cvk
Would also like the background to get same color when hovering.2) I am trying to make the sidebar as minimal as possible; I need to change the font for the sidebar without affecting Menu or Post-Header. How?
3) Where do I adjust margins on this site? For instance;
– Margins from Post-Header to the top is way too much
– The sidebar margins are too spacious.
– I would also like to tighten the body-text a bit: 10-20px from the sides.4) How do I get to this style:
http://imgur.com/pey0Mr6Thank you for your help! Much appreciated.
Best,
FredHi Fred,
1) You can use this custom css code;
.cat-links a { border-bottom: 2px solid #cea314; } .cat-links a:hover { background: #cea314; }2)
@media screen and (min-width: 992px) { .sidebar { font-size: 12px; } }3) You should provide me your related urls for the issue.
4) It is not possible to apply it by default.
Thanks
Hi and thanks for replying so quickly.
1) Almost, but it’s not quite the style I meant. The style that is in your uCard Blog is like this:
http://imgur.com/xBBc1By (That’s a new picture) The underline is actually hitting the text.And I didnt mean the links for categories, but normal text-links, in my blog-posts. See a live example here:
https://www.wired.com/2016/10/immigrants-fuel-innovation-lets-not-waste-potential/2) and 3): Nothing happened? I provide you a picture with edits that I would like, and you might know what I mean:
http://imgur.com/g4hgQsV4) What I meant by that “style”, is more like: How do I get that font for quote? and for sub-headlines? And I even use the same font (Roboto, right?) on my site now, but it doesn’t look the same. Why?
Thank you for your response, sir. Helps a lot!
Hi,
It is really customization work and we don’t promise any customization work anywhere, but still we try to help you all on some simple css customizations that doesn’t take more than just a few minutes. You are trying to combine two themes and they are totally different style.
You can use this custom css code;.entry-content > p:not(.more) > a:not(.social-link):not(.button) { box-shadow: inset 0 -6px 0px #FDF854; border-bottom: none; } .entry-content > p:not(.more) > a:not(.social-link):not(.button):hover { background-color: #FDF854; }2)
.widget_categories ul li, .widget_recent_entries ul li, .widget_archive ul li { font-size: 16px; }3)
.sidebar .widget-title { margin-bottom: 10px; } @media screen and (min-width: 768px) { .site-main { padding: 20px 0; } }4) Their style is different and we don’t have drop cap shortcode on the theme.
Thanks
You must be logged in and have valid license to reply to this topic.