Shop Categories

X

Add a Front Page Box SubHeader

Home Forums Agama Pro Add a Front Page Box SubHeader

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12710
    LatinaNomad
    Participant

    Hi,

    I need to add a Front Page Box Subheader. Please see screenshot attached to see location. Can you guide me on how I can go about doing that? I’d greatly appreciate it.

    https://drive.google.com/file/d/1K8c-ibhGLApXCiIHcC_j-OfGaXB_lE8X/view?usp=sharing

    Cheers
    Roxana

    #12713
    Zex
    Moderator

    Hello, Roxana!

    To achieve that, please insert the next code into Customizing->General ->Additional CSS:

    #frontpage-boxes h1::after{
        content:"INSERT YOUR TEXT HERE";
        display:block;
        text-align: center;
        margin-top:20px;
        font-size: 26px;
        color: #d55534;	
    }
    @media screen and (max-width: 600px) {
      #frontpage-boxes h1::after{
        font-size: 20px;
      }
    }

    Change the Text, font-size, and color per your needs.

    Regards

    #12715
    LatinaNomad
    Participant

    Thank you so much! This looks GREAT!

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