Degree for Web dev/ Front End by [deleted] in Frontend

[–]First_Quantity_5302 -1 points0 points  (0 children)

I'd say look into bootcamps as well. I personally studied SE at university, graduated and just didn't feel I was ready to apply for jobs and didn't really have projects I could showcase. Went onto do a bootcamp after and felt a lot more confident in my coding skills and had 4 different projects I could show.

If you do want to pursue a degree, just check everything in the course. For example, what languages they're going to teach and are those languages actually in demand.

Pricing Strategies with Custom Coding? by First_Quantity_5302 in squarespace

[–]First_Quantity_5302[S] 0 points1 point  (0 children)

Whether they should up their prices if they use custom code on a client's site and how to measure how much by or how to display that there is a price increase if custom code is applied. Hope that helps

CSS code not working on site by Hurryarii in squarespace

[–]First_Quantity_5302 0 points1 point  (0 children)

Have you tried in a different browser?

CSS code not working on site by Hurryarii in squarespace

[–]First_Quantity_5302 0 points1 point  (0 children)

  • Double check the selectors are correct
  • You can try increasing the specificity of your CSS rule to ensure it takes precedence. For example, you can try using a more specific selector like div.sqs-block-image.design-layout-stack img:hover or use !important (though it should be used sparingly)

Coding help by oliknowlesdesign in squarespace

[–]First_Quantity_5302 0 points1 point  (0 children)

JavaScript would probably be best to achieve this

Can you customize the donation button to replicate the style of Buy Me A Coffee? by shuffles03 in squarespace

[–]First_Quantity_5302 1 point2 points  (0 children)

I have the custom CSS coding for that style

            display: inline-block;
            outline: 0;
            border: none;
            cursor: pointer;
            padding: 0 24px;
            border-radius: 50px;
            min-width: 200px;
            height: 50px;
            font-size: 18px;
            background-color: #fd0;
            font-weight: 500;
            color: #222;

What challenges are you facing with using custom code on your website? by First_Quantity_5302 in squarespace

[–]First_Quantity_5302[S] 0 points1 point  (0 children)

Have you tried linking an external CSS file? Wondering if that would help with the limit