Strong theme help

Home Forums All Other Themes Strong theme help

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #174100
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Hi there,

    Regarding www.bimpress.nl, 2 quick questions:

    1. on this page https://www.bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?
    2. In the 3 blocks with “opleidingen” on this page https://www.bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?

    Thanks for your attention!

    #174193
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    1. Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .i4ewOd-pzNkMb-haAclf {
        background-color: #fff !important;
    }

    2. Here you go, All types of icons listed here.
    https://fontawesome.com/v4.7.0/icons/

    Regards,
    Dave

    #174265
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Hi dave,

    The code didn’t change the header color, with header I mean the word “OPLEIDINGSLOCATIES”, the title of the page, maybe I wasn’t clear enough.

    And I am familiar with the list of icons, but I don’t see where I can change that, instead of the pointing fingers in the blocks. Can you help? Thanks again!

    #174331
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    1. on this page bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?

    Ans: Kindly use this CSS:

    iframe .i4ewOd-pzNkMb-haAclf {
        background-color: rgb(215, 215, 215) !important;
    }

    2. In the 3 blocks with “opleidingen” on this page bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?

    Ans: Kindly go to Appearance >> Editor >> style.css >> scroll down to bottom of the page and paste.

    .skt-builder-programs-column .progcontent ul li::before {
        content: "\f101" !important;
    }

    Regards,
    Dave

    #174341
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Hi Dave,

    Where do I place the first css code? Also under Appearance => Customizer => Basic => Custom CSS?

    When I place it there and if I add my RGB numbers it doesn’t do anything with the title colour on bimpress.nl/over-ons/opleidingslocatie/?

    The second piece of code works, but he doesn’t take the icon code. For example I used the icon code to show a check

    .skt-builder-programs-column .progcontent ul li::before {
    content: “\f00c” !important;
    }

    but then it shows f00c on the front end. I used a – now, so I don’t have the pointing fingers, but a nice icon would be better. Hope you can help me fix this, thanks.

    #174348
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Never mind, I was in the wrong place, it already worked. Do I place the first css code in the same place? Or somewhere else? Thanks!

    #174357
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Where have you placed css?

    Regards,
    Dave

    #174371
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    iframe .i4ewOd-pzNkMb-haAclf {
    background-color: rgb(215, 215, 215) !important;
    }

    I placed under Appearance=> Customizer => Basic => Custom CSS

    #174400
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    This is the right place to add custom CSS.

    Regards,
    Dave

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.