CSS element name for the Homepage Content area titles - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base CSS element name for the Homepage Content area titles

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #31578
    kristerpalv
    Participant

    Hi!

    What is the CSS element name to control the titles appearance accessed in Homepage Content area -> Widget -> Title. I would like to change the color of these front page main titles, please.

    #31595
    acmethemes
    Keymaster

    Dear kristerpalv,
    Please paste the following code in Additional CSS.

    .image-slider-wrapper .banner-title {
    color: #364bc7;
    }

    Best Regards!

    #31603
    kristerpalv
    Participant

    Thank you for the reply. I have to correct myself that correct term here is Home Main Content Area. It seems that none of those elements define the text which is displayed above the hat icon (disabled at the moment in our site). You may see http://www.kristillinenterapiapalvelu.fi/

    • This reply was modified 5 years, 10 months ago by kristerpalv.
    • This reply was modified 5 years, 10 months ago by kristerpalv.
    #31608
    kristerpalv
    Participant

    Btw: If we purchase the Education Base Pro, is it possible to locate the artice picture on the left and start the text on top of the page, to the right of the picture?

    #31618
    acmethemes
    Keymaster

    Dear kristerpalv,
    Please state clearly what you want to do. We didn`t get you. If possible send us a screenshot at which part you are referring to.

    Best Regards!

    #31621
    kristerpalv
    Participant

    Screenshot of the black text

    I want to change the color of the black text in the picture. This is from the front page.

    • This reply was modified 5 years, 10 months ago by kristerpalv. Reason: Screenshot did not work as an image
    #31623
    kristerpalv
    Participant

    Here is a link to the screenshot with red circle around the black title text: Black text emphasized

    #31643
    acmethemes
    Keymaster

    Dear kristerpalv,
    Please paste the code below in additional CSS.

    
    .image-slider-wrapper .banner-title {
    color: #364bc7;
    }

    Best Regards!

    #31740
    kristerpalv
    Participant

    For the information

    This is the context I was able to pin-point with Firefox built-in developer tools.

    <div class="main-title init-animate slideInUp1">
          <h2 class="widget-title"><span>Sielunhoitokoulutus</span></h2><div class="line"><span></span></div>  

    So, this is what actually worked out:

    .widget-title {
    color: #FFFFFF;
    }
    #31752
    acmethemes
    Keymaster

    Dear kristerpalv,
    Happy to hear that the problem is fixed 🙂

    Best Regards!

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