Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #874304

    I’m trying to change the look of the text in the content slider. I’ve added the following CSS to the General Styling but it’s not working. This has to be something silly that I’m missing.

    h3 .slide-entry-title .entry-title {
    color: #fff;
    font-size: 36px !important;
    font-weight: bold;
    padding-bottom: 10px;
    }

    h3 .slide-entry-excerpt .entry-content {
    color: #da151f;
    font-size: 28px !important;
    font-style: italic;
    }

    #874489

    Hey smulligan,

    Please provide a link to the site page in question, so we can inspect the page.

    Best regards,
    Jordan Shannon

    #874652

    Sure Jordan…. http://207.58.131.234/~easymovers/ It’s in the main image on the right.

    #874738

    Hi smulligan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .all_colors h3.slide-entry-title.entry-title {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      padding-bottom: 10px;
    }
    #top #wrap_all .all_colors .slide-entry-excerpt.entry-content {
      color: #da151f;
      font-size: 28px !important;
      font-style: italic;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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