Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19638
    Suruchi
    Participant

    Site http://www.gotmold.ca

    Not sure why rest of questions got deleted or at least looks weird on my side.

    5) Every blog page there are 2 bios now Sanjay Gupta how do i get rid of one?
    http://www.gotmold.ca/2014/01/asbestos-in-the-news-issue-102/

    6) Is there a code for getting rid of all hyphenations?

    7) Is there a way of making just a portion of header as a link (i want to add the text in the image itself franchise opp available and link to another address) at the moment its going to gotmold.ca

    Suchi

    #19642
    Sakin
    Keymaster

    suchi: I see that you have install plugin for that new bio. Either you disable that plugin or you can add the following CSS in “Appearance => Theme Options => Custom CSS”
    .entry-meta .author-info { display: none; }

    To remove hyphenations, yeou can add the following CSS in “Appearance => Theme Options => Custom CSS”
    .site-content article {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }

    For 7th sorry there is not option to do that. You need to build child theme and edit. For that I recommend you to use hire a customizer service from tweaky at http://catchthemes.com/hire-customizer/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Couple of questions part 2’ is closed to new replies.