Tagged: x
-
AuthorPosts
-
August 3, 2016 at 12:16 pm #1115711
pcnordhaugParticipantThanx! Sorry – of course!;)
And about that the color of that lines i asked?:)
August 3, 2016 at 2:36 pm #1115943
LelyModeratorHi There,
For line shortcode, we can assign class like this:
[line class="custom-line-color"]
Then add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:.custom-line-color{ border-color:red; }For blockquote, add custom-line-color on this element class field for above CSS to work too.
Hope this helps.
August 4, 2016 at 2:25 am #1116873
pcnordhaugParticipantGreat! Thanx! Perfect! 🙂
August 4, 2016 at 3:17 am #1116917
Paul RModeratorYou’re welcome! 🙂
August 9, 2016 at 1:42 am #1123284
pcnordhaugParticipantHi again!
I have used this code to make the logo fit on mobile devices;
@media (max-width:460px){
.x-navbar .x-brand {
font-size: 4.4rem;
}
}Even on an iPhone 4 the logo lines up perfect on one line with the nav button. Without this code the button jumps down because the logo is too large.
Now I decided to use an .svg-file instead for the logo. And now tis code naturally dont work any more.
Is there a line of code to set the max with for this too?
I still want the logo to be larger elsewhere – just be smaller on @media (max-width:460px).
August 9, 2016 at 3:06 am #1123351
ChristopherModeratorHi there,
I would like to check your site but it’s under construction mode, please provide us with login credentials.
Thanks.
August 9, 2016 at 3:16 am #1123359
pcnordhaugParticipantThis reply has been marked as private.August 9, 2016 at 4:23 am #1123418
ChristopherModeratorHi there,
Please update your code to:
@media (max-width:460px){ a.x-brand.img { width: 75%; } }Hope that helps.
August 9, 2016 at 5:35 am #1123472
pcnordhaugParticipantThat helped! Thanx a lot 🙂
August 9, 2016 at 8:21 am #1123647
Paul RModeratorYou’re welcome! 🙂
August 10, 2016 at 12:37 am #1125033
pcnordhaugParticipantAnd oh – I forgot… Is there a way to set som text in a smaller size in the body? If I want to set a few words in a smaller size than the rest.
August 10, 2016 at 1:26 am #1125068
pcnordhaugParticipantAnd different color.
August 10, 2016 at 2:39 am #1125135
pcnordhaugParticipantAlso have another question. So to sum up;
> Is there a way to set som text in a smaller size and color? If I want to set a few words in a smaller size and different color than the rest of the body text.
> The [share] shortcode are nice. But is there a way to change the language? Easy to change the heading, i know. But I want to change the f.ex. “Share on Twitter” when mouse-over. Also, when sharing via Email there is a automatic text added to the mail – the “Hey, thought you might enjoy this!..” and so on. Want to change this…
August 10, 2016 at 5:14 am #1125307
ChristopherModeratorHi there,
#1 Yes, switch to text tab of editor and wrap that part of text within following
<span>tags :<span style=”color:red;font-size:12px;”>text</span>`
#2 Please follow this link to translate strings : https://community.theme.co/kb/translation/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
August 10, 2016 at 6:34 am #1125383
pcnordhaugParticipantThanx a lot!
Sorry – will do 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077797 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
