Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Upgrade from a free to pro version #133617
    elkevo
    Participant

    Thanks. One other thing, if I upgrade to pro, can I use the license for both my stage and production sites?

    in reply to: Upgrade from a free to pro version #133554
    elkevo
    Participant

    Will Catch Base migrate automatically if I upgrade to Pro?

    in reply to: Remove link on featured image on my Homepage #132061
    elkevo
    Participant

    Ah, nevermind, it did work. In the customizer wouldn’t let me actually click the link. After I saved and published the page, it functioned as expected.

    Here is the CSS I used:

    #featured-content .featured-homepage-image, #featured-content .entry-title{
    	pointer-events: none;
    }
    
    #featured-content .entry-content a{
    	pointer-events: auto;
    }
    in reply to: Remove link on featured image on my Homepage #132060
    elkevo
    Participant

    My site is http://truweightlossexperience.com

    I’ve been trying the below CSS, but can’t seem to get the button link active.

    #featured-content .featured-homepage-image, .entry-title a{
    pointer-events: none;
    }

    #featured-content .entry-content a{
    pointer-events: auto;
    }

    in reply to: Remove link on featured image on my Homepage #132014
    elkevo
    Participant

    I’m also interested in disabling linking on the page/post featured image in the featured content. In my case, the content of the page in the featured content section is a button. The page has a featured image set. Because of the content of the page, under featured content > display content I have it set to “Show Full Content”.

    The theme I am using is the free version of Catch Base. I found this thread with the search, so I know I’m in the wrong theme sub-forum.

Viewing 5 posts - 1 through 5 (of 5 total)