Hey Ken, if you want your site title to only show for mobile devices, you could create a media query. Tell the title to display:none until the device width is below a certain number. If you haven’t used or heard of media queries before, heres a link I think will help. Media Queries Help If you have any other questions or don’t understand, feel free to ask.
– Wolfy and Brain ( ´∀`)☆
Hi wccesq
Is overlapp Site Title text and Logo ?
Please see below site.
http://www.tenman.info/wp3/raindrops/
Logo of this site, please make sure that the text and images do not overlap
I have presented the same as the CSS rule and to use this site
Rather than to remove the site title text, you need to find a way that do not overlap with CSS
Of style rules that were presented, in the following parts! Please try to append important rule.
Please let me know the results.
#site-title a span{
visibility:hidden!important;
}
if overlap yet
#site-title a span{
display:none;
}
if overlap yet
#site-title a span{
text-indent:-9000px;
}
Thank you.
Thread Starter
wccesq
(@wccesq)
Hi, nobita,
I thought I was quite good at commanding the English language until now, because you have achieved telling the words and images to succumb to your orders that is otherwise linguistically impossible to accomplish. I am floored by your ingenious and magical touch for which I am most grateful.
With my hearty thanks, again,
Ken
Thread Starter
wccesq
(@wccesq)
Hi, Wolfy and Brain,
nobita just miraculously solved my problems by adding the additional code offered.
I just took a quick look at the web you had graciously suggested. The language is much more advanced than I can comprehend; I will take a jab this weekend.
I am trying to figure out how to add shades and colors to the menu tabs when moving the cursor. I am very embarrassed by my ignorance, being a beginner; this is my first web design.
Many thanks,
Ken