Font edit options on frontpage

  • Posted in : BookCard WP
  • kundemagasinet
    Participant

    I want to change the color and delete/edit the shadow effect on my text on the front page of my website – where can I do this?
    I am only able to find the place where I can change the font type.

    And another question…
    Are you able to lock the size of the pages, so that the width and height of the pages are fixed? I know that this isn’t a very responsive way to think, but I think the width of the page gets to narrow.

    Thanks :-)

    ahmetsali
    Keymaster

    Hi,

    try this custom css code;

    .cover h1, cover h2, .cover h3 {
        text-shadow: none;
    }
    .cover h3 span {
        color: #096;
    }
    

    2-) try this custom css code;

    .rm-container {
        width: 33%;
        max-width: none;
    }
    
    kundemagasinet
    Participant

    Great, just what I needed -thank you very much :-)

    kundemagasinet
    Participant

    I was a little to quick there… Need to know what the css code for the text just below the “cover h3” text. By standard, this is a white text and I need to change the color on this text as well.

    Thanks :-)

    ahmetsali
    Keymaster

    text-shadow: none; removes the text shadow on the element.

    – to change h3 colors, try this custom css code;

    .cover h3 {
        color: #333;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register