Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1115711
    pcnordhaug
    Participant

    Thanx! Sorry – of course!;)

    And about that the color of that lines i asked?:)

    #1115943
    Lely
    Moderator

    Hi 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.

    #1116873
    pcnordhaug
    Participant

    Great! Thanx! Perfect! 🙂

    #1116917
    Paul R
    Moderator

    You’re welcome! 🙂

    #1123284
    pcnordhaug
    Participant

    Hi 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).

    #1123351
    Christopher
    Moderator

    Hi there,

    I would like to check your site but it’s under construction mode, please provide us with login credentials.

    Thanks.

    #1123359
    pcnordhaug
    Participant
    This reply has been marked as private.
    #1123418
    Christopher
    Moderator

    Hi there,

    Please update your code to:

    @media (max-width:460px){
    a.x-brand.img {
        width: 75%;
    }
    }

    Hope that helps.

    #1123472
    pcnordhaug
    Participant

    That helped! Thanx a lot 🙂

    #1123647
    Paul R
    Moderator

    You’re welcome! 🙂

    #1125033
    pcnordhaug
    Participant

    And 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.

    #1125068
    pcnordhaug
    Participant

    And different color.

    #1125135
    pcnordhaug
    Participant

    Also 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…

    #1125307
    Christopher
    Moderator

    Hi 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!

    #1125383
    pcnordhaug
    Participant

    Thanx a lot!

    Sorry – will do 🙂

  • <script> jQuery(function($){ $("#no-reply-1077797 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>