Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1215714
    Claire L
    Participant

    Hi Superstars & Happy Friday!,

    Just adjusting everything for hand-held devices.

    The following query is in reference to http://hp.designcounsel.com.au/our-recipes/

    When viewing on a mobile – the x-portfolio grid shows the title using the following:

    .vc_custom_1469766352708 {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 5px !important;
    max-height: 115px;
    opacity: 1 !important;
    top: auto !important;
    padding-bottom:5px;

    }
    This works fine but how can I change the font size output on the titles?

    Hope you can help : )

    cheers,

    Claire

    #1215781
    Friech
    Moderator

    Hi Claire,

    Thanks for writing in! Please use this selector.

    @media (max-width:  480px) {
    	.vc_custom_1469766352708 .vc_custom_heading > div {
    		font-size: 1.3em !important;
    	}
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1215714 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>