badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Attitude Pro: font-size of page/ post title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13081
    Entwerfer
    Participant

    How do I change the font-size of the page/post titles in “Typography Options”to 16 px?

    #13106

    Hi Entwerfer,

    You need code customisation for it. We don’t have this typography options to 16px so you need code customisation.

    Thank you!

    #13112
    Entwerfer
    Participant

    Hi keymaster,

    thank you for Your post.

    I am a designer not a programmer. 🙁 Who can help me with code customisation?

    #13139

    Hi Entwerfer,

    We can help you but We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.

    You go to the specific folder (attitude) -> library -> admin -> attitude-themeoptions-defaults.php and search this file page_post_title_sizes and remove all this
    ` ‘page_post_title_sizes’ =>array(
    “20” => “20”,
    “22” => “22”,
    “24” => “24”,
    “26” => “26”,
    “28” => “28”,
    “30” => “30”
    ),`

    and add this ` ‘page_post_title_sizes’ =>array(“16” => “16”,
    “20” => “20”,
    “22” => “22”,
    “24” => “24”,
    “26” => “26”,
    “28” => “28”,
    “30” => “30”
    ),`

    Do this for other to if you want to change other font size too.

    Thank you!

    #13146
    Entwerfer
    Participant

    Hi Keymaster,
    It Works! 🙂

    Thank you

    #13159

    Ok that’s great

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.