-
AuthorPosts
-
krumz Friend
krumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 16, 2016 at 11:27 pm #968767Hello,
I would possibly like to use just text instead of an image for the logo on a website I’m working on. How can I achieve this when there is only an option to use an image in the Theme Customizer section of the template?
Thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 20, 2016 at 4:05 am #969315If you remove the logo image under Theme Customizer tools, the Title under ‘Advanced’ tab will be used: http://prntscr.com/ck2lyn
krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 20, 2016 at 5:13 pm #969500Thank you Saguaros,
Unless I’m doing something wrong, the text logo (title under Advanced tab) does not appear to be responsive but the description is?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 21, 2016 at 1:33 pm #969843You can provide the login info of your site ex: URL + Admin account so I will have a look.
http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif
krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 21, 2016 at 5:52 pm #969920This reply has been marked as private.krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 21, 2016 at 6:35 pm #969929This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 23, 2016 at 2:02 am #970339This reply has been marked as private.krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 23, 2016 at 6:40 pm #970602This reply has been marked as private.krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 23, 2016 at 10:59 pm #970639This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 25, 2016 at 2:04 pm #970779Hi
As I can see that the title ‘Home Remedy Central’ is showing now on your site.
For other question, please create a new topic so that it would be helpful if others have same concern.
krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 26, 2016 at 2:41 pm #971102Hi Saguaros,
Yes, the logo text is showing but it is not "responsive". Did you look at it on a small device? The text is centered and is cut off.
When you look at the logo text and the description full screen – they are both left aligned. As the screen size gets smaller – the text becomes centered. When this happens the description becomes responsive to the smaller screen size but the "logo text" does not.
Is there somewhere to fix this?
Thanks again.
September 26, 2016 at 2:57 pm #971106JA ELASTICA Installation
Hi, i’m trying to install the tempalate ja_elastica quickstart free version but the front is not displayed i get an empty interface, how can i resolve the problem to get the interface with all components?
ThanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 27, 2016 at 2:12 am #971230You can try this way:
- Open the file: ROOT/templates/css/custom.css (create this file if it doesn’t exist)
-
Add this css rule:
@media (max-width: 480px) { .navbar-brand.logo.logo-text { text-align: left; } }
You should create your own topic in JA Elastica forum: https://www.joomlart.com/forums/forum/joomla-templates-club-member-forums-restricted-to-members-only/ja-elastica/
1 user says Thank You to Saguaros for this useful post
krumz Friendkrumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
September 28, 2016 at 5:29 pm #971857Hi Saguaros,
To fix the logo text as I wanted to see it, here is the modifications I made to your css suggestions.
First I went into the "Theme Customizer" and set width and height under "Custom Logo" to auto then I updated your code what I have below. It works for me, hope I did it right. Thanks.
/ to make logo text responsive /
@media (max-width: 480px) {
.navbar-brand strong {
text-align: center;
font-size: 28px;
text-transform: capitalize;
}
}/ to make slogan text capitalize on smaller devices /
@media (max-width: 480px) {
.navbar-brand .slogan {
text-align: center;
text-transform: capitalize;
}
}1 user says Thank You to krumz for this useful post
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by Saguaros 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum