• Resolved meziaz

    (@meziaz)


    Hi Everybody,
    I am Meziaz. I have some problems about customizing my ecommerce blog. I am using Mystile theme. I’ve edited some parts and then i want to change body color (look at the picture, the part is marked in black line) and product title font and its color (look at the picture, the part is marked in red line). What should i do to get what i want. I am newbie about the html code. Please anyone can give me a code to add to my custom CSS or something.

    Best regards,
    Meziaz

    Note: here is i show you a pict about my current site. the black mark You can visit it on https://solobaju.com. Thank you very much.
    pict: https://i1232.photobucket.com/albums/ff362/meziaz/MyBlogedit_zps7f3dcb6b.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Meziaz,

    To change the product title place this code in your custom.css file:

    h1 {
    font-family: "Architects Daughter", sans-serif;
    color: #de38de;
    }

    Replace “Architects Daughter” with the font you want to use
    and the color code “#de38de” with the new color code.

    To change the background color of the body:

    Put the following code in the custom.css file:

    body {
    background: #de38de;
    }

    [Please use the backticks, not single quotes, for posting code]

    Replace the color code “#de38de” with the new color code.

    Thread Starter meziaz

    (@meziaz)

    That’s great. It works! Thank you, stacyduval.
    by the way, i have another problem, i want to display the map facility in contact page. What should i do? I cant find the code.
    And where i can see the map?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Body Color, Product Title Font and Its Color’ is closed to new replies.