Header

Support Area Forums Bottega Header

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://piccadillyusa.com
  • Author
    Posts
  • #26952
    Keith Kephart
    Participant

    Is there any way I can make the phone number in the upper right corner to be a tad bit bigger?

    #26956
    Bill Robbins
    Moderator

    Great question. You can change that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #phone-number p {
      	font-size: 20px;
      }
      
    3. Update your settings.

    See how that looks to you. You can change the 20 in the snippet above to be a bit larger or smaller to find the right fit for you.

    Let me know if you have any questions,
    Bill

    #27054
    Keith Kephart
    Participant

    Thank you so much! That worked and 20 px was the perfect size.
    One last detail…
    On the featured row, is it possible to have the “shade” that slides up on mouseover to start at the halfway position? Or 1/4 of the way up? Just so that when you view it on a mobile app you know that it is a link to something. I can put text on the pictures but then it would be doubled over by the shade. Does that make sense? Any help would be great!
    Thank you!

    #27058
    Bill Robbins
    Moderator

    Glad that did the trick. You can also set the “hover” boxes so that they start out not fully hidden. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .captionfull .boxcaption {
      	top: 100px;		
      }
      
    3. Update your settings.

    Let me know if you have any other questions.

    Thanks,
    Bill

    #27073
    Keith Kephart
    Participant

    I think that will work! 🙂 Thank you so much!

    #27075
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header’ is closed to new replies.