Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sanman89

    (@sanman89)

    And, where i can added some code (ect: google analytics, adsense, or token code) on footer?

    Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this please add the below css code in additional css field (Theme Dashboard >> appearance >> custom css field)

    .mg-headwidget .mg-head-detail {
        background: #000;
    }

    and added the code feature provide in our pro version of Newsup Theme,

    Any confusion lets know

    Thanks

    Thread Starter sanman89

    (@sanman89)

    Still not working sir.
    The blog title text still WHITE.
    I have place the additional code.

    Thread Starter sanman89

    (@sanman89)

    My blog title still white text … I’m using your theme child sir (Newsberg) , not the parent themes.

    Other question, my each post have Featured Image. But the placement on left side. What you know how to make them on center/mid position?

    Thread Starter sanman89

    (@sanman89)

    Sir, how to make Featured Image (each posts) to center position?

    Screenshoot : https://imgur.com/MPZpxkt

    What code do i need to add? I have tried several codes from Google, but it was not working. It seems that the characteristics of each theme are different.

    Theme Author themeansar

    (@themeansar)

    Hi,

    For change header text color, add the below css code in additional css filed

    .mg-headwidget .site-branding-text, .mg-headwidget .site-branding-text a, .site-title a, .site-description, .site-title a:hover {
        color: #000;
    }

    Change the color code as you need.

    And change position of featured image, add the below css code in additional css filed

    .mg-blog-post-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    Any confusion lets know

    Thanks

    Thread Starter sanman89

    (@sanman89)

    Thank you very much. I really appreciate your help!
    2 codes are working properly on my sit.
    Your child theme is really very nice. It clean, light, and fast to.
    Currently, I can only pay you with 5 stars.
    But one day, when I have collected some money, I will buy your Pro version.

    Thread Starter sanman89

    (@sanman89)

    thankyou!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can Not Change Header Text Color’ is closed to new replies.