Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #91769
    darren
    Participant

    Hi – Does anyone know how to remove the title links on the featured content panels on a home page.

    see: http://josiereddington.org

    I’m using 3 featured contents, each has titles, but the client doesn’t want the titles to be live (I’ve managed to make them link to nothing using a bit of code) but the client wishes to have no links at all.

    any help appreciated.

    #91802
    Mahesh
    Keymaster

    @alwaysinspired: It seems you are using Catch Base Pro. Thank you for using Catch Base Pro.
    For removing links form title in featured content, you’ll need to create child theme. You can find more details on creating child theme HERE.
    Then in your child theme’s funtions.php, add codes from the following link:
    http://goo.gl/f4AvSA
    Let me know if any problem.

    Regards,
    Mahesh

    #91834
    darren
    Participant

    Mahesh, amazing thanks – one more question.

    User wishes the top menu to work differently to what it is.

    They would like the active page name to remain bold and black – i can get it to hover blue and click bold and black – but i need it to stay bold and black when that page is active.

    can you help?

    #91873
    Mahesh
    Keymaster

    @alwaysinspired: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .catchbase-nav-menu .current-menu-item > a {
        font-weight: bold;
    }

    Regards,
    Mahesh

    #91900
    darren
    Participant

    Mahesh – you the man!
    cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Title Links on Featured Content’ is closed to new replies.