Jump to content

adriannexo

Circle Member
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    adriannexo got a reaction from tuanphan in Event Page Overlap on Mobile??   
    Tuanphan is a HERO and helped me out.
    In case anyone else is in need, here is the fix:
    /* Mobile Events */ @media screen and (max-width:767px) { .eventlist-column-date { width: 35% !important; } .eventlist-column-info { margin-left: 35%; width: 65% !important; }}  
  2. Like
    adriannexo got a reaction from sayreambrosio in Event Page Overlap on Mobile??   
    Tuanphan is a HERO and helped me out.
    In case anyone else is in need, here is the fix:
    /* Mobile Events */ @media screen and (max-width:767px) { .eventlist-column-date { width: 35% !important; } .eventlist-column-info { margin-left: 35%; width: 65% !important; }}  
  3. Like
    adriannexo got a reaction from Ziggy in Targeting the last external link in navigation?   
    THANK YOU! This is perfect.
  4. Like
    adriannexo reacted to Ziggy in Targeting the last external link in navigation?   
    This would work, but be wary of adding or removing navigation items.
    .header-nav-item:nth-child(4) { font-style:italic; font-weight:900; } Hope that helps!
  5. Thanks
    adriannexo reacted to tuanphan in Changing nav font color only if there's no background image   
    Add this code to Page Header (page where you want to change nav color)
    <style> .header-nav * { color: black !important; } </style>  
  6. Like
    adriannexo reacted to Beyondspace in Adding a header to a "tag page"   
    Add this to code injection
    <script> document.addEventListener('DOMContentLoaded', function() { if (location.href.indexOf("journal/tag")) { var tag = location.href.substring(location.href.lastIndexOf('/') + 1); document.querySelector("#block-60f61d06c24cc7419f80222f").innerHTML = "Posts in "+tag; } }); </script> "#block-60f61d06c24cc7419f80222f" is the block id of an empty text block you added on block page, it shared across tag and category page


  7. Like
    adriannexo got a reaction from Beyondspace in Adding a header to a "tag page"   
    Site URL: https://www.adriannexo.com/journal/tag/Travel
    I've been trying to figure out a way to add a title or intro onto the blog "tag pages" meaning when a viewer clicks on a tag such as "Drinks", the top of the page will say something like "Drinks".

    I thought it used to automatically have an intro that said "Posts in ___". Is there a way to add that back in?

    This is one of the tag pages I have. Not sure if CSS or a markdown block is the answer here but I'm hoping someone can help! -- https://www.adriannexo.com/journal/tag/Travel
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.