Home Forums Free Themes University Hub Header Options

Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #30776
    bananna
    Participant

    Good day,

    I am wondering if it’s possible to change the bold typeface of the address 1 or 2 to make them similar? I understand it’s initially a design for highlighting the initial part of an address but we’re hoping to use it to highlight the 2 locations we have. The bold font would take away from the other address.

    https://snag.gy/YJBQ4U.jpg

    Please let me know if there’s a way to change that and how to go about it? Thank you so much!

    #30834
    wensolutions
    Keymaster

    Hello @banana

    Yes you can definitely Change the bold typeface of the addresses with the use of simple CSS code.

    For this goto Admin Panel > Appearance > Customize > Additional CSS and paste the below CSS.

    .quick-address-info .sub-address {
       opacity: 1;
       font-size: 17px;
    }

    Hope this helps .

    Also if you have any problem regarding the theme please let us know.

    Best Regards!!

    #31360
    bananna
    Participant

    Good day,

    Thank you for the reply. It seemed to have worked however on mobile mode, they both don’t look the same. I’m guessing that it’s forcing a format on the 2nd line but not of the first. On the website, it looks just fine. Any thoughts?

    I’m currently confused though. One of the reasons we went with the university hub was the slider feature was really nice and seemed to have a nice transition between featured images with the caption on top. However, our current theme isn’t reflecting that. http://prmaca.dp.siteprotect.net

    What could be the problem? I’ve tried removing all the additional CSS script but it doesn’t change anything. Am I missing something? Please help.

    Thank you

    #31362
    bananna
    Participant

    Hello, it’s me again.

    I’ve tried playing around with the customize static front page, and when I change it to any page BUT my assigned front page, the slider works! It refuses to work on my current front page. What are my options to work around this? Any possible idea why it’s doing that?

    Here is the page if I choose a different static page: https://snag.gy/D7Kd2B.jpg

    That’s what I’m hoping it looks like with the main front page. Please help.

    Thanks so much!!! I didn’t really take up CSS but I’m trying to help out the school with the website and so far it’s been a fun journey.

    #31366
    wensolutions
    Keymaster

    Hello @bananna,

    Please find below the responses on the breakdown of the your issues :

    • Header Issue :
    • The issue regarding the address line in the header is due to the increased font size that you have requested for both the Address lines. To resolve the issue in the responsive screen, please paste in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

      @media only screen and (max-width: 767px){
          .quick-address-info {
              font-size: 10px;
          }
      
      .quick-address-info .sub-address {
       
         font-size: 10px;
      }
      }
    • Featured Slider Issue
    • Ehile we have inspected your website it is seen that you are using the Jetpack Slideshow Gallery module in the current front page. The issue might have been caused by the conflict with the slider. To verify the issue, please check by disabling the slider module / jetpack plugin and check if this resolves the issue.

    If you have any further queries, feel free to post your queries here.

    Hope this Helps,

    Best Regards !!

    #32310
    bananna
    Participant

    Thank you and thank you! Both suggestions worked!

    #32311
    wensolutions
    Keymaster

    Hello @bananna,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/theme/university-hub/reviews/
    Best regards !!

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