Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096746
    Rue Nel
    Moderator

    Hello Again,

    It’s good to know that works out for you. To change the colors of the arrows, you can make use of this code:

    .site .x-sub-toggle>span {
        color: black;
    }

    And if ever you wanted to change the icon, you can use this code:

    .site .x-sub-toggle>span i:before {
        content: ">";
    }

    The icons being used is coming from Font Awesome Icons. You can checkout the css rule for each corresponding icon from here:
    http://fontawesome.bootstrapcheatsheets.com/

    Hope this helps.

    #1096912
    pcnordhaug
    Participant

    Perfect! Worked out really nice. Thanx! 🙂

    #1097002
    Joao
    Moderator

    Glad to hear it,

    Let us know if you need further help.

    Joao

    #1101514
    pcnordhaug
    Participant

    Quick one. I have allready change the color of the result text when you do a search.

    Now I see that this doesn´t affect the archive result. Is there a line of css code for this too? Se attached image for what i mean. It´s the text that are marked.

    Thanx!:)

    #1101520
    Christopher
    Moderator

    Hi there,

    Please add this code:

    .p-landmark-sub strong {
        color: red;
    }

    Hope it helps.

    #1101538
    pcnordhaug
    Participant

    Didn´t work. But added !important; and then i did. Thanx 🙂

    #1101614
    Paul R
    Moderator

    You’re welcome! 🙂

    #1102948
    pcnordhaug
    Participant

    If you type in [line] in the text there is added a horizontal line. Is there also a code for changing the color on this?
    I want this a little darker 🙂

    #1103113
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    [line style="border-color:red;"]

    Hope it helps.

    #1103302
    pcnordhaug
    Participant

    Nice! Thanx! 🙂

    #1103417
    Joao
    Moderator

    Glad to hear it

    Joao

    #1111786
    pcnordhaug
    Participant

    Also… is it possible to set a color on the headlines?

    And… poosible to remove the hoover color on the headlines?

    #1111789
    Christopher
    Moderator

    Hi there,

    If you’re referring to custom headline, please add color:red; in headline style field. If you’re referring to specific headline, please provide us with URL of page in question.

    Thanks.

    #1115181
    pcnordhaug
    Participant

    Ok. I mean all the headlines on the site. All the H1, H2, H3 and so on.

    Want to set at custom color on these that are different from the body text.

    And also referring to the code you provided a couple of post up. Change color of the line.

    [line style=”border-color:red;”]

    This is ok for that single line.

    But i want to change the color for all these lines. There are som lines that are showing if you use some of the shortcodes. F.ex. the blackquote. Here there are a line before and another after the text.

    How to change the color for all of these?

    #1115338
    Joao
    Moderator

    Hi There,

    You can change the at Appereance > Customizer > Typography.

    You will find the option to select your Headings Color

    Hope it helps

    Joao

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