Jump to content

ValueResonance

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by ValueResonance

  1. On 9/6/2023 at 4:03 AM, tuanphan said:

    Use this code

    div#block-28ff22f97cb72389519d h1 {
        font-family: 'Roc Grotesk', sans-serif !important;
        font-weight: 600 !important;
        font-size: 4rem !important;
        line-height: 1.8 !important;
    }

    image.thumb.png.f9336b2cd817db1797bf853db2b29b08.png

    Mmm.  There is still something wrong with it.  The code did change the text, but not to the same weight and size.  I looked under styles and it confirmed that they are different, even though they are the same in the code.  

    I tested to change weight from 600 to 400 to see what would happen.  No change occurred, so something is preventing the code from being applied.  

     

    If you see it on Moble, the difference is really marked.  There is something wrong with this code.

    I left it up with your code so you can see that they are still not the same (Compare the `s´ for example).

     

    Any ideas?

     

    Best wishes

  2. I have a similar problem here.

    I have a title on the home page `services´ which uses the standard H1 and started with a blank section..

    I also have other sections that use pre-designed templates.  They do not use the standard H1/2/3/4.

    I would like to get the `services´ title to be the same size as the other titles on this page without affecting the titles on the rest of the site. 

    You can see this at ; https://www.valueresonance.space/

     

    In the screenshot attached they look quite similar.  This is becuase I zoomed out to 37% to get both to appear on the screen together.  If you go to the actual URL you can see the `SERVICES´ is much bigger and bolder.

    I tried wit this:  

    /*SERVICES TITLE FONT */
    #collection-28ff22f97cb72389519d
    H1 {
      font-family: 'Roc Grotesk', sans-serif !important; font-weight: 600 !important; font-size: 4rem !important; line-height: 1.8 !important;}

    But it did not work.

     

    Any help welcome.

     

    Thanks

     

     

    image.thumb.png.a157775e863d60842af293d37a97b9c7.png 

     

  3. On 8/25/2023 at 3:28 PM, tuanphan said:

    #2. Just remove .homepage

    #3. Change #1 code to this

    /* header mobile linkedin icon */
    body.header--menu-open header#header div.header-menu-actions-action--social a {
        background-color: var(--primaryButtonBackgroundColor) !important;
    }

     

    @tuanphan#..

    2#   Yes!! worked.  Now desktop LI icon is in the correct blue

     

    3#   No.  Did not work.  I replaced the code in #1 as you say and it changes the desktop icon back to pink (The Primary Button color in that style).  The mobile menu stayed the same.

    In your code you have written `PrimaryButtonBackgroundColor´.  It seems like a mistake becuase it is clear that this would not be the right colour.  Maybe I am not clear?

    You can see in #1. The blue color is a special colour just for this icon:

    /* LinkeIn icon color in banner */ 

    body header#header a.icon {
        background-color: rgba(42,103,178,1) !important;
    }

    -----------------------------------------------------------------------------

    See attached image.  This blue has to become rgba(42,103,178,1)...same as desktop header.

    Am I explaining ok?

     image.thumb.png.2ab25d1333b68490f7eed7c83b58d989.png

     

     

     

     

     

  4. mmm.

    The 2nd part worked and now I can see the menu on all devices.  I adjusted the 100px down and now it fits.

    Also, I now have the LI social icon on all menus , desktop and mobile.

    However, it appears in different colours.

    1. Desktop: Home page (LI blue) Correct!

     

    /* LinkeIn icon color in banner */ 

    body.homepage header#header a.icon {
        background-color: rgba(42,103,178,1) !important;
    }

    2). Desktop: Other pages Pink as secondary button colour from `style 1´

    Can I change the word `homepage´ in the code above to `all pages´ or some alternative to make this happen across all pages?

    3).  In Mobile the LI social icon appears in dark blue.  I need to also change all these to the LI social blue to be consistent with the desktop.

     

    See images attached. Sorry for my horrible writing with a mouse! Hopefully its clear.

     

    Thanks

    image.thumb.png.2ab25d1333b68490f7eed7c83b58d989.png

     

    image.thumb.png.4a539759e7e521443227a181da5c4a2a.png

    image.thumb.png.b99321f35268cbba4a70c33aab70303e.png

     

     

     

     

  5. @tuanphan 

    Progress but not solved.  There are two problems.

    1).  The contact button appears now but ONLY if you `click´ it from the home page. From anywhere else it does not appear.

    2). The entire menu is longer than the screen on some phones, and so both the `LI´ icon AND the contact button need to move up. Perhaps the menu items themselves need to move up too.  Perhaps there is some default padding I can remove.  It would be good if the solution contained some numbers that I can adjust to get the spacing right, but I guess that depend more on Squarespace than on you!

     

    Thanks 

     

    image.thumb.png.c92c0a520c8ed1179b59926fd089a5c9.pngimage.thumb.png.33821c44ab8713049a2ea617f4b672a0.png

     

  6. getting closer!

     

    This solved the right arrow, but now the left.

    image.thumb.png.ba3b2725269dfb9b9e0944b79179b138.png

     

    I saw that the word `right appears.

    -------------------------------

    #itemPagination.bright svg.caret-right-icon--small {
        stroke: white;
    }

    -----------------------------

    so something like:

    ------------------------------

    #itemPagination.bright svg.caret-right+left-icon--small {
        stroke: white;
    }

    -------------------------

    Unfortunately, my little guess didn't work though 😒.  How do I add both arrows to this?

     

    Thanks

     

     

     

  7. @tuanphan

    fantastic!  

    Unfortunately it changes all styles not just this one, so when I use other themes, it becomes illegible.  This change is to affect ONLY theme Bright 2

    image.thumb.png.613e835972aae74b3d2509db19d27193.png 

    Here you can see that it changed the colour on ALL themes and so made `Lightest 1´ for example, illegible.

     

    image.thumb.png.35f661a6e096146034ebd70d49ee0346.png

    It did not include the arrows though.  Is there a way to make this  change UNIQUE to the `Bright 2´ theme and add the arrows?

    image.thumb.png.a7808eee6dbe4ffc7cfc6344c572b8c5.png

     

    Kind regards

     

     

  8. @tuanphanHi ...me again!

    Same issue.  I just tried to put this code in my own carousel on a portfolio page:

    https://www.valueresonance.space/projects/ghn

    Looks like the first part of your code (bold below) is the part that will change for my page, but how?  This does not contain the Date section ID format that I understand. (section[data-section-id="6415c7ae4be8170d0f94946e"])  So how do I need to adapt this? 

     

    div#block-yui_3_17_2_1_1594008945407_17850 .sqs-gallery .sqs-wrapper {
        left: 0 !important;
        width: 100% !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }

     

    Here is a screen shot for mobile viewer (checked on an android and it IS displaying like this)

    image.png.ac6be70301eb29c709867cd9cfe1999e.png

     

    Screen shot for desktop:  Also off centre:image.thumb.png.633192eb944e63b9431d2f641f93efe1.png

     

    Meanwhile on other pages, this is not a problem, so whatever solution I use needs to not move the others.

     

    What do I need to change in your code?

     

    Kind regards

     

     

     

×
×
  • 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.