1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need help with some CSS customization please.

Discussion in 'CSS' started by Rashida H., Mar 26, 2019.

  1. #1
    Hello!

    WEBSITE URL: https://www.vdigital.co/

    1: I want to get these icons aligned with the contact information. How can I do this?
    upload_2019-3-26_12-52-59.png

    2: I want to change the hover and active link color of this menu. How can I do this?
    upload_2019-3-26_12-53-51.png
    3: How can I change the heading color of "Let's create your recipe for success". But just for this block. Not for the entire website. (This is the front page of the website)
    URL: https://www.vdigital.co/
    upload_2019-3-26_12-57-45.png

    4: How can I add hover color to my sub menu in nav bar?

    I would really appreciate some help/guidance.

    Thanks& Regards!
     
    Rashida H., Mar 26, 2019 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Honestly the colours site-wide need a revamp for the simple fact that few if any of your colour contrasts meet legibility / accessibility minimums, but realistically the same can be said of the underlying code, which is mostly -- no offense -- bloated non-semantic gibberish.

    The yellow on white, the dark text on the dark image, (text on images in general is /FAIL/), only indications of deeper rooted problems like static scripting in the markup, massive static style in the markup resulting in missed caching opportunities (99% of the time you see style="" and 100% of the time you see <STYLE> the code is trash), endless pointless classes for nothing, endless pointless div for nothing, anchors without block level containers doing numbered heading's job, h3 paired before a H2 doing H2+P's job, etc, etc, etc.

    You'd almost think it was ... oh look.

    href='https://www.vdigital.co/wp-json/
    Code (markup):
    Turdpress... well there's your problem. Only further exacerbated by the train wreck laundry list of how NOT to write HTML/CSS that is:

    href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
    Code (markup):
    You've got far bigger problems than colours. Hence the AGONIZINGLY slow page load time, and lighthouse predicting 53% bounce before users get as far as the page even being rendered. You'd almost think it was wasting 671k of HTML on delivering 3k of plaintext and zero content images -- not even 8k of HTML's job... alongside the massive inlined and external CSS doing the job of one external CSS file of no more than 48k (that's me being ridiculously generous) or the endless pointless scripting on a page that doesn't even seem to warrant the presence of JavaScript.

    Its got problems. That styling specific sections is an issue can hardly be considered a shock. Chewing gum and bailing wire modifications can't fix that.
     
    deathshadow, Apr 10, 2019 IP