• Hi there

    Got a few questions to ask:
    My friend’s got a website, and she’d like
    the following:
    -Moving the menu from the top to the
    right hand side
    -Making the boxes opaque
    (I tried a code on one of these forums,
    but it didn’t work)
    -Having ‘Courier new’ used throughout
    the site

    Any help would be greatly appreciated,
    and I don’t mind paying a donation

    Many thanks,
    Matthew

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Silkalns

    (@silkalns)

    1. To float all menu items to right, add this code to Theme Options – Other – Custom CSS

    #main-nav li {
        float: right;
    }

    2. How do you imagine them transparent? When hovering over, maybe make items transparent while keeping the menu bar itself red?

    3. Fonts can be changed by using this code in the same field I mentioned above

    p, body, h1, h2, h3, h4, h5, h6, a, #site-description, .featured-content {
    font-family: "Courier new";
    }
    Thread Starter matthewgrocott

    (@matthewgrocott)

    Hi Silkalns

    1 My friend would literally like the whole Menu on the right hand side of the site (on the right hand side of the image of the ceiling) (the site is rjminteriors.co.uk)
    2 My friend would like the boxes to be transparent, not the content, so that you can see the image underneath it
    3 The code didn’t work

    Thanks,
    Matthew

    Theme Author Silkalns

    (@silkalns)

    Then this theme is not going to be the right fit for you. Moving menu on the right side involves a lot or work and it is much easier to use theme that has it by default such as: https://colorlib.com/wp/themes/sparkling/ or https://colorlib.com/wp/themes/dazzling/

    By friend you mean client don’t you? Maybe you should consider hiring someone who knows what they are doing. A “web designer” who doesn’t know how to use CSS… how embarrassing!

    Thread Starter matthewgrocott

    (@matthewgrocott)

    Yes,it actually is a friend

    I actually used to do CSS, but had a very serious car crash about a year ago,
    and have since then had severe memory loss,meaning things such as CSS have completely gone

    You seriously need to think before opening your mouth

    Thread Starter matthewgrocott

    (@matthewgrocott)

    Rubel,Or whatever your name actually is, I know this is you
    I’ve already reported you to the police
    Just carry on your stupid games& I’ll have you done for stalking aswell

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing the font throughout the site etc’ is closed to new replies.