Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1101742

    Dear all, I have added the following code in the Quick CSS field but it isn’t working:

    
    /*-----------------------------------------
    // CSS - Blog title alignment
    //----------------------------------------*/
    
    /* Align Blog Title */
    #top.page .entry-title {
    text-align: left !important;
    }
    
    /*-----------------------------------------
    // CSS - Remove slash in blog grid meta
    //----------------------------------------*/
    
    .slide-meta .slide-meta-del {
        display: none !important;
    }
    .slide-meta div{
      margin-right: 5px;
    }

    Thanks for your help! Best regards.

    #1101843

    Hey albertgarduno,

    Add it to the very top so it runs first. Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1101865

    Hi Jordan,

    I’ve done both things but so far it doesn’t work. Any other ideas?

    Thanks in advance!

    Best regards,

    Albert

    #1101886

    Hi,

    If you put that in css by itself, with no other code does it work?

    Best regards,
    Jordan Shannon

    #1101887

    Hi,

    No, it doesn’t.

    Thanks,

    Albert

    #1101893

    Hi again Jordan,

    I just realized that the code I was using to align the title it works. It aligns the title in the archive pages. However, my aim was to align it left on the single posts. In addition, I also want to align left the text (now it’s justified). Do you know what code I should use for all that?

    Sorry for the misunderstanding!

    Best regards,

    Albert

    #1102166

    Hi Albert,

    Please try this to left align the title on your posts:

    .template-blog .post-title {
        text-align: left;
    }

    Best regards,
    Rikard

    #1102421

    Hi Rikard,

    Thanks, it worked! I only had to add an “important!”.

    Now I just need to remove the slash after the date but I don’t find the appropiate code. Could you help me with that too please?

    Thanks in advance!

    Best,

    Albert

    #1102601

    Hi,

    Add this to quick css:

    article .text-sep.text-sep-date{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1102763

    Hi Jordan,

    It worked. Thanks a lot! All my problems are solved :)

    Best regards,

    Albert

    #1102920

    Hi Albert,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Quick CSS not working’ is closed to new replies.