Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #838402

    hello there,

    1. i want to disable the LINK in the title of each blog post. i have chosen to show the ENTIRE contents of each post on the blog page. i do not need … nor do i want … people to click off the page into the separate posts. i want everyone to stay on that “blog home” page.

    2. how can i change the font size of all the blog titles? they are HUGE!

    thanks,

    chris

    #838408
    This reply has been marked as private.
    #838647

    Hi vlkwatchman,

    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

    
    .html_elegant-blog #top .post-entry .post-title:hover {
      opacity: 1;
    }
    .html_elegant-blog #top .post-entry .post-title a {
          pointer-events: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #838696

    that worked! incredible. thanks!

    chris

    #838711

    Hi, Chris!

    We’re glad that that worked for you. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘on the BLOG page, how can i DISABLE the link in the large title block posts?’ is closed to new replies.