Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #507049

    Hi there,

    Wondering whether you might be able to help. I would really like the list of header ID’s and classes, so I can continue to manipulate them. In particular I would like to play around with the id of the div that contains the telephone number and top menu(not main menu), as I would like to change the background colour.

    I have been going through, while trying to work out the name of each id and what it corresponds to, via a CSS editor and while I have worked out a few of the ID’s and classes, I am coming a bit unstuck and it is taking me ages.

    Thanks

    Woody

    #507056

    Hey woodyalenton!

    a link showing the elements would help us a lot.
    For phone number try this:

    .social_header .phone-info {
    
    }
    

    What do you mean with top menu (but not main menu)? can you show us an example please? we need to inspect the elements.

    Best regards,
    Andy

    #507079

    Hi Andy,

    Thank you for getting back to me so quickly.
    I was actually being a bit of a fool, I believe it is called the ‘alternate background colour’ in the Enfold child theme options, which I have now changed. Could you possibly let me know how I would have written that in the style sheet if I was to do it manually.

    Also, I am trying to move the main picture on my first page closer to the Main menu. I have provided a link for you to have a look. I need it to be 10px away or so.

    #507181

    Hi!

    Please add following code to Quick CSS

    .home .content { padding-top: 10px; }
    .alternate_color { background-color: orange; }

    Best regards,
    Yigit

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