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*

Headers

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43964
    Petar
    Participant

    Hi,
    I would like to modify the self-configured <h2 class=”entry-title”> … </h2>, and make it to <h1 class=@entry-title”> … </h1> .

    Also, I would like to change the font size of the headers and the height as well. For reference http://www.bulgarianbluecard.com .

    Thanks,
    Petar

    #43996

    Hi Petar,

    Just visited to your site and there is already <h1> tag used for Bulgaria EU Blue Card So to make SEO friendly, there must not be two <h1> tag. ALso if you like changing to h2 tag to h1 then it needs code customisation. You can go to the theme folder -> inc -> structure -> content-extension.php and search for h2 tag and change to h1 tag.

    To change the font size add below custom css

    #site-title {
        font-size: 14px; 
    }
    .hgroup-wrap {
        padding: 10px 0 20px;
    }

    Note: Change the numeric value to fit in your design.
    Thank you!

    #44005
    Petar
    Participant

    Thank you very much for the assistance. It worked well.
    Also, I would like to put a google analytics tracking code. Would you please advise me how to do that.

    Thanks,
    Petar

    #44026

    Hi Petar,

    To add google analytics tracking code either you customize the code or there are many plugins. You can try any on them from https://wordpress.org/plugins

    For example:
    https://wordpress.org/plugins/google-analytics-for-wordpress/

    Thank you!

    #44035
    Petar
    Participant

    Hi,
    Thank you for your response.
    I really don’t want to use a plugin for this. Would you please give me some short info on how to customize the code.

    Thank you,
    Petar

    #44056

    Hi Petar,

    If you like code customization then the google analytics code should be added in either header or footer. You create an account on google analytics and they will provide some code to verify it. You add that code on your server and verify it.

    If you make direct code customization then updating to new version your customized code will be lost. So better make child theme and add the code.

    Here is a step by step information how to install google analytic code
    Thank you!

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