Takao Utsumi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [First] How to widen gap in link underlinesPlease add the following code.
.entry-content a:hover,.page-content a:hover, .author-description a:hover, .comment-content a:hover, .post-navigation a:hover { border-bottom: none; }Forum: Themes and Templates
In reply to: [First] How can I hide the logo in desktop view only?Sorry, I made a mistake. Your code is right!
I’m sorry for bothering you.Forum: Themes and Templates
In reply to: [First] How can I hide the logo in desktop view only?To hide the logo in desktop view, please use the following code.
@media screen and (min-width: 980px) { .site-logo { display: none; } }Forum: Themes and Templates
In reply to: [First] How can I use a genericon for comments and author?Genericons are not ready to be called. So if you want to use it, you need to call it manually (you need to customize the theme).
Forum: Themes and Templates
In reply to: [First] Changing the colour of the SUBMIT buttonPlease add the following code.
button, input[type="button"], input[type="reset"], input[type="submit"] { color: #333; }Forum: Themes and Templates
In reply to: [First] How to widen gap in link underlinesYes, it may work well, but it may cause some issue.
Forum: Themes and Templates
In reply to: [First] How to widen gap in link underlinesUnderline is browser’s feature. So it is very difficult to customize it.
Forum: Themes and Templates
In reply to: [First] How to have logo in sidebar in desktop viewIt is a complicated customization. So I don’t recommend that.
OK, please change the following code
.main-navigation { border-top: solid 1px #eee; }to
.site-bar { border-top: solid 1px #eee; }Please use Navigation Bar and add the following code to Custom CSS.
.site-bar, .main-navigation ul ul { background-color: #fff; } .menu-toggle, .main-navigation a { color: #333; } .menu-toggle:hover, .main-navigation a:hover { color: #111; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color: #111; } .main-navigation { border-top: solid 1px #eee; } .main-navigation a, .main-navigation ul ul li a { border-color: #eee; } .main-navigation .search-field { background-image: url("/wp-content/themes/first/images/search-icon-ov.png"); }Regards,
Takao Utsumi- This reply was modified 8 years, 5 months ago by Takao Utsumi.
Forum: Themes and Templates
In reply to: [First] delete photographyHello,
I checked your site but your site does’t use First theme.
Also, First theme doesn’t set default pictures.Regards,
Takao UtsumiForum: Themes and Templates
In reply to: [Graphy] Narrowing sidebarYou can add the code even though you use the free version of Graphy.
We only charges for the Graphy Pro at purchase time. Support and updates are included and there are no additional charges.Forum: Themes and Templates
In reply to: [Graphy] Narrowing sidebarPlease add the following code to Additional CSS.
@media screen and (min-width: 980px) { .content-area { width: 68.5%; } .sidebar-area { width: 20.78%; } }Forum: Themes and Templates
In reply to: [Graphy] How to hide author of posts?Hello,
Please add the following code to Additional CSS.
.byline, .author-profile { display: none; }If you upgrade to Graphy Pro, you can set it from Customize.
http://themegraphy.com/documents/graphy/#customization-postRegards,
Forum: Themes and Templates
In reply to: [Graphy] How to modify the page associated to a Media ?In that case, you need to create a attachment template file.
Please copy single.php and rename it to attachment.php. Then, please modify the file.
For more information, please refer the following page.
https://premium.wpmudev.org/blog/advanced-attachment-page/