• Resolved klondike1701

    (@klondike1701)


    Hi,

    I want to disable this feature/style in PixelHunter theme :

    First letter in every post appears bigger & bolder.
    I want to disable this.

    Regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • What is your URL?

    Theme Author Hemant Acharya

    (@hemant-acharya)

    Hi klondike1701,

    Thanks for checking out the theme.

    Currently there is no option to disable drop caps feature (in v0.1.3). Sorry about that.
    But you can install this

    https://drive.google.com/file/d/0B8YgkVHk3EekLTAtNXBieFQ0Vzg/view?usp=sharing

    where I have added the option to disable the drop caps.

    Go to the customizer ->Disable Features -> Disable the drop caps on posts
    Check the checkbox.

    Thanks

    Thread Starter klondike1701

    (@klondike1701)

    Hi,

    If i install the .zip shared by you , will my previous contents etc get lost ?
    if yes, can u share some code snippet so that i will manually disable drop caps.

    Regards,

    Theme Author Hemant Acharya

    (@hemant-acharya)

    Hi,

    Changing themes shouldn’t have any adverse effect like loss of data. However, No guarantee from my side though. ??

    If you want to change manually. Change this on functions.php line 190 to 192

    FROM

    if(is_single()){
    	echo "<style>.site-content .post-info{margin-bottom: 55px !important;}.content-area .entry-content p:first-child:first-letter{float: left;color: #2E2D33;font-size: 75px;line-height: 60px;padding: 4px 8px 0 3px;}</style>";
    	}

    TO

    if(is_single()){
    	echo "<style>.site-content .post-info{margin-bottom: 55px !important;}</style>";
    	}

    Thanks

    Thread Starter klondike1701

    (@klondike1701)

    Hi,

    It worked well !
    Thanks a ton for your prompt support..

    Regards,

    Theme Author Hemant Acharya

    (@hemant-acharya)

    Hi,
    It’s my pleasure.

    I am marking the thread as resolved.
    If you have any questions feel free to ask.

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disabling Drop Cap / First Letter Capital and Bold in Post’ is closed to new replies.