Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #381140

    How can I add a rule (or left border) to the the Our Team sidebar column on this page (it’s actually a widget, not a sidebar) in a column layout). Also, how can I change the steady state back to the black/grey (with a hover color of #02a1e5) without changing the general stylings? Thanks!

    http://www.iveyengineering.com/iveyengineeringdev/william-ivey/

    #381960

    Hi iveyeng!

    Try dragging a codeblock element to your content and add this inside.

    <style type = "text/css">
    .entry-content-wrapper > *:last-child {
      border-left: 1px solid black;
      margin-left: 20px !important;
      padding-left: 70px !important;
    }
    </style>

    I’m not sure what your talking about in your second request though. Take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #382226

    Thanks Elliot for the reply. I’d like the color of the border to be #e1e1e1. Also would like the rule/border to connect to the top and bottom horizontal lines. So it looks like the side bar on the page below. Also could the padding or spacing of the vertical line be changed to that it’s more like the example page below.

    For the second request, I meant that the link colors look like those on the example page below (grey for off and blue for when mouse hovers).

    http://www.iveyengineering.com/iveyengineeringdev/adam-vaczek/

    This is the page I’m making changes to with your code edits:
    http://www.iveyengineering.com/iveyengineeringdev/william-ivey/

    Thanks!

    #383150

    Hi!

    Your link is asking for a login. Also please create a screenshot and highlight exactly what your trying to do so we know for sure we understand each other.

    Best regards,
    Elliott

    #383380

    I included the log in and password in the above thread (private data).

    I am now not getting the rule that was added with the code you gave me above. It appears like this now.

    http://www.iveyengineering.com/iveyengineeringdev/william-r-ivey-option-5

    I would like the sidebar (widget) to appear like as you see in this link, but as a widget with the color section at the bottom. http://www.iveyengineering.com/iveyengineeringdev/william-ivey/

    If I use the sidebar feature with the color section it displays it at the bottom (see link below), which is not what I want.

    http://www.iveyengineering.com/iveyengineeringdev/william-ivey-option4/

    I saved a screenshot of what I want but there’s no attachment option available.

    #384274

    Hey!

    Disable the sidebar on the page then use column layouts to separate the content from the sidebar. Use the Widget Area element to call back the sidebar or custom widget.

    Cheers!
    Ismael

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