• Resolved bonjourinsitu

    (@bonjourinsitu)


    Hi there,

    https://bonjourinsitu.com/

    apparently, the same tag is used of the subtitle of my website
    –> “A cool way to learn French in Montpellier | South of France”

    and the blog title on homepage :
    –> “Latest from blog” / “Les derniers articles”

    The problem is that I chose white color for the subtitle (which is on a dark picture) so the blog title is in white too and can’t be read.

    Here is my question : how to set another tag for titles on the homepage ? (blog and carousel when carousel will be ready ?)

    I guess I have to moddify the css ? Or add some code in “personnalized css” ?

    THANKS A LOT !

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can use this CSS to target only the hometitle h3 elements. Place this CSS in Theme Options> Custom CSS and let me know if it works for you:

    h3.hometitle {
        color: black;
    }

    -Kevin

    Thread Starter bonjourinsitu

    (@bonjourinsitu)

    It works perfectly, thank you Kevin.
    One last question : how to change Font Weight & Style ? Ultra bold 900 is too big for those titles.
    Merci ??

    You can also do this with CSS. Just add whatever properties you want like this:

    h3.hometitle {
        color: black;
        font-weight: 700;
    }

    Here are more font options for you to research:
    https://www.w3schools.com/css/css_font.asp

    Let me know if that helps!
    -Kevin

    Thread Starter bonjourinsitu

    (@bonjourinsitu)

    Hi Kevin, that works perfectly. Here is another question ??

    On this page
    https://bonjourinsitu.com/fr/portfolio/french-start/
    and other “portfolio” pages, I’ld like to change “Autres projets” / “Recent Projects” into another title. Where can I change this?

    Thanks a lot!

    Thread Starter bonjourinsitu

    (@bonjourinsitu)

    I found by myself ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modify tag html for titles on the homepage ?’ is closed to new replies.