Support » Theme: Virtue » Site Tagline under Menu items

  • Resolved structuralpergolas

    (@structuralpergolas)


    Hello,

    I am currently using the Virtue theme for my website at http://structuralpergolasystems.com

    As of now, I have some contact information inputted as my “Site Tagline”.. I would like to move this text from underneath my logo to underneath my menu items on the right hand side.. Is there any way that I can move this text?..

    I hope this was enough information to help get me started in customizing my contact information in the space that is available under my menu items.

    Thanks,
    Justin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    Unfortunately you can’t without editing the theme template code. If your going to go that route I recommend using a child theme, copying the header.php file over and editing the output of the tagline.

    Kadence Themes

    Thread Starter structuralpergolas

    (@structuralpergolas)

    Thanks, I will take a look at the header.php code!! Do you happen to know exactly where in the code the output of the tagline is located..
    Also, on the same site (http://structuralpergolasystems.com/) I have created links in the sidebar that link to different pages. Is there any way that I can change the color of these items to visibly show that they are links?.. I will continue research on this by myself.

    Thanks for all of your help!

    Best,
    Justin

    header.php line 63.

    Links in sidebar, add this css to your custom css box in the theme options:

    .sidebar a {
    color: blue;
    }

    Kadence Themes

    Thread Starter structuralpergolas

    (@structuralpergolas)

    Great Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site Tagline under Menu items’ is closed to new replies.