-
AuthorPosts
-
May 29, 2014 at 11:12 pm #272130
Hello Support,
Hope you can help. Our client wants to add Tag Line “Draw Outside The Lines” in the header below the Nav Menu Items.
We will create an image tagline with the same font style as the logo text “Shelli Varela”.
Please let us know if this is possible and if you need Login and Password WP access to the site, we can provide it to you.
Thanks,
MarceloMay 29, 2014 at 11:17 pm #272131The Image tagline is: http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.png
Thanks again.
May 29, 2014 at 11:51 pm #272158Hey!
Refer to this topic:
https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194Regards,
JosueMay 30, 2014 at 12:52 am #272174Hello Josue,
Thanks I added the line of code under helper-main-menu.php
echo “<div class=’site-description’>”.get_bloginfo ( ‘description’ ).”</div>”;On the Quick CSS I added the code:
.site-description {
bottom: -30px;
position: absolute;
font-size: 11px;
}The thing is we need add an image instead of text and it needs to be centered below the navigation on the header.
The Image that we went to add is: http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.pngPlease let me know if you need me to give you wp-admin access to the site as well.
Thank you,
MarceloMay 30, 2014 at 1:10 am #272185Change:
echo “<div class=’site-description’>”.get_bloginfo ( ‘description’ ).”</div>”;
To:
echo “<div class=’site-description’><img src='http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.png'></div>”;
Once you done that post a link to your website so i can assist you with the CSS.
Regards,
JosueMay 30, 2014 at 1:15 am #272187Thanks Josue,
Alright I have updated the code as you mentioned and I see the image on the header.
Perfect now is the css.
Hope this will work perfectly on the ipad/iphone as well.Thanks again.
MarceloMay 30, 2014 at 1:22 am #272188Hi,
Can you post a link to your website please?
Regards,
JosueMay 30, 2014 at 1:26 am #272189Sure Josue,
What link would you like me to post.
the Website URL is http://shelli.bydecosta.com and the image tagline is now below the logo which I need to center it.Please let me know about the CSS.
If you need me to provide you /wp-admin/ access to the site let me know as well.
Thanks
May 30, 2014 at 1:30 am #272190Hey!
Try adding this code to the Quick CSS:
.site-description { position: absolute; left: 280px; top: 5px; }
Cheers!
JosueMay 30, 2014 at 1:36 am #272192Great Thanks,
I just updated so that the tagline is blow the navigation and logo title name.
.site-description {
position: absolute;
left: 280px;
top: 5px;
}Only thing now is how can I make it work so that its centered even when you resize the browser or when you view the site on the iphone or ipad. http://shelli.bydecosta.com
Thank you so much.
May 30, 2014 at 1:57 am #272195Add this too:
@media only screen and (max-width: 767px) { .site-description { left: 0; right: 0; margin: 0 auto; top: 28px; text-align: center; } }
Regards,
JosueJune 4, 2014 at 1:52 pm #274491Hello Josue,
The header area is the part that i’m getting stuck because the client wants the image “DRAW OUTSIDE THE LINES” on the header and also the pink bar to be part of the the header which is the color “#dc2d68″.
I have the following CSS that you provided for the image only when needs to be moved down in the middle below the Logo and Navigation”
.site-description {
left: 0;
right: 0;
margin: 0 auto;
top: 28px;
text-align: center;
}@media only screen and (max-width: 767px) {
.site-description {
left: 0;
right: 0;
margin: 0 auto;
top: 28px;
text-align: center;
}Also now the Navigation is not aligned to the logo and hoping you can help out.
June 4, 2014 at 1:55 pm #274493This is for URL http://shelliv.bydecosta.com.
Once I get the the “DRAW OUTSIDE THE LINES” and the color bar to be part of the header so its viewable on pages/posts and single posts, i’ll remove the code from the pages.
Thanks again and hope you can help so I can close this ticket.
Thanks,
MPJune 4, 2014 at 2:31 pm #274504Alright,
Now that I have the Tagline “DRAW OUTSIDE THE LINES” on the header, I’m hoping you can help with the pink bar color that is currently on the pages, I need that to be part of all of the header.
I’m really sorry for all this back and forth posts but i’m really close to showing the site to the client.
Please let me know what I can do or if you need wp-admin access to the site.
Many thanks,
MP -
AuthorPosts
- The topic ‘Adding Tag Line on the Header’ is closed to new replies.