Page header fonts

Home Forums All Other Themes Page header fonts

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #184040
    Dimitrios VourdoumpasDimitrios Vourdoumpas
    Participant
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: July 26, 2021

    URL: staging2.musicandwellness.gr

    Hi,

    1. I cannot find how to change the page header font type and size.
    2. Please send me the CSS for changing the color of the slider arrows.
    3. Please send me the CSS for changing the color of the footer title underline.

    Regards
    Dimitrios

    #184119
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    1. I cannot find how to change the page header font type and size.

    Ans: For font size. Kindly use this CSS

    .cattitle_wrap h1 { font-size:40px !important;}

    For font type. Kindly refer this screenshot:
    https://nimb.ws/ZUBV09

    2. Please send me the CSS for changing the color of the slider arrows.

    Ans: The slider arrow is an image.

    3. Please send me the CSS for changing the color of the footer title underline.

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .footercols2 h3::after { background-color: #708de5;}

    Regards,
    Dave

    #184125
    Dimitrios VourdoumpasDimitrios Vourdoumpas
    Participant
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: July 26, 2021

    Hi Dave,

    Ans: The slider arrow is an image.

    Please assist me how to change the arrow image.

    Regards
    Dimitrios

    #184126
    Dimitrios VourdoumpasDimitrios Vourdoumpas
    Participant
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: July 26, 2021

    Also, I tried to change the font family and when I press publish it is the fonts change.
    Maybe give me a CSS for the font family also?

    #184170
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    2. Please send me the CSS for changing the color of the slider arrows.

    Ans: Kindly go to Appearance >> Theme Editor >> Style.css >> scroll down to bottom and and paste there.

    .theme-default .nivo-directionNav a { background:none !important;}
    .nivo-nextNav::after {
        content: "\f105";
        position: absolute !important;
        z-index: 999999;
        color: #000;
        font-family: fontawesome;
        font-size: 50px !important;
        top: 50%;
        right: 20px;
    }
    .nivo-prevNav::before {
        content: "\f104";
        position: absolute !important;
        z-index: 999999;
        color: #000;
        font-family: fontawesome;
        font-size: 50px !important;
        top: 50%;
        left: 20px;
    }
    .theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
        font-size: 0;
    }

    3. Maybe give me a CSS for the font family also?

    Ans: Which font family do you want to use??

    Regards,
    Dave

    #184212
    Dimitrios VourdoumpasDimitrios Vourdoumpas
    Participant
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: July 26, 2021

    Hi Dave,

    There is no ‘Theme Editor’ under ‘Appearance’ in my wordpress dashboard!

    best
    Dimitrios

    #184213
    Dimitrios VourdoumpasDimitrios Vourdoumpas
    Participant
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: July 26, 2021

    Also,

    The font family I want to use for the Page header title is Fira Sans.

    #184232
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    #184308
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    All issues has been done, except theme editor.

    Because theme editor is conflicting with the SiteGround Security plugin. If you don’t need the SiteGround Security plugin? So deactivate it.

    Regards,
    Dave

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