Jump to content
thirty bees forum

tommat

Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by tommat

  1. I don't know panda but you can use developer tools in your browser (F12) to find css elements you want to change.

    Then just put those in custom code like this:

    .element_1, .element_2, .element_3 {
    	font-size: 20px !important;
    }


     

  2. 2 hours ago, datakick said:

    btw, it's not possible to resolve your dns address 

    edit:

    I've just run some tests on your domain: u-bolts-r-us.co.uk

    1) domain name can't be resolved to IP address from my location (Czech republic)

     

    Same here in Slovenia...
    Brexit i guess 😉

    • Haha 1
  3. @jfnewell1965 No problem, we can all be thick headed from time to time ;)

    The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it. It is generally triggered when the user hovers over an element with the cursor (mouse pointer).

    Simply said, hover is when you move your mouse over the link and it changes color (that's hover color). Hope that makes sense.

    • Like 1
×
×
  • Create New...